diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-04-20 16:29:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-04-20 19:37:33 +0100 |
commit | 97a01fcec2c48e379394e0127888edc2e5bbde91 (patch) | |
tree | 04df4cd736964be7fb690c0da6ad20ae75b5e73e /t | |
parent | 0fe0f7e15317fd66925195bbb624bbb572d2b8ef (diff) |
Remove final web/fixmystreet templates.
And associated, e.g. nothing references fixmystreet-old-box.js any more.
Diffstat (limited to 't')
-rw-r--r-- | t/cobrand/form_extras.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/cobrand/form_extras.t b/t/cobrand/form_extras.t index 9c20b7ad4..c6f6976d5 100644 --- a/t/cobrand/form_extras.t +++ b/t/cobrand/form_extras.t @@ -13,7 +13,6 @@ sub path_to_web_templates { my $self = shift; return [ FixMyStreet->path_to( 't/cobrand/form_extras/templates' )->stringify, - FixMyStreet->path_to( 'templates/web/fixmystreet' )->stringify ]; } |