diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-03-13 22:21:48 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-03-13 22:21:48 +0000 |
commit | 67944e4bf8a716a45b7986b7df8fb44014265007 (patch) | |
tree | 08b652a62aae600bbdf91217fa09b6d61e50b573 /templates | |
parent | f9770a0c938cd1587f275d5ed2fa64bdaf40b567 (diff) |
tests for hide-a-report (in fixmybarangay cobrand)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet/report/display.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html index 9bcf1e5b9..44838c0ab 100644 --- a/templates/web/fixmystreet/report/display.html +++ b/templates/web/fixmystreet/report/display.html @@ -28,7 +28,7 @@ <div class="shadow-wrap"> <ul id="key-tools"> [% IF c.user_exists AND c.cobrand.users_can_hide AND c.user.belongs_to_body( c.cobrand.council_id ) %] - <li><form method="post" action="/report/delete/[% problem.id %]"> + <li><form method="post" action="/report/delete/[% problem.id %]" id="remove-from-site-form"> <input type="submit" id="key-tool-report-abuse" class="abuse" value="Remove from site"> </form></li> [% ELSIF c.cobrand.moniker != 'zurich' %] |