diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-20 12:51:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-01-20 13:10:25 +0000 |
commit | c4d726bacd492bd4281b9eddbdc29d3190444d3c (patch) | |
tree | 0910fa9e48c61be292148802ab159463b387e955 /perllib/FixMyStreet/Cobrand/Zurich.pm | |
parent | d72a342f32661a099686b2392aed95391217026b (diff) |
Rename 'body_edit' admin endpoint to 'body'.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Zurich.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index 087d9046b..577da9dd5 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -296,7 +296,6 @@ sub admin_pages { $pages = { %$pages, 'bodies' => [_('Bodies'), 1], 'body' => [undef, undef], - 'body_edit' => [undef, undef], }; return $pages if $type eq 'dm'; |