diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:35:55 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:51:40 +0000 |
commit | 078097b239914881c54632acd3fa601d0f65ac1e (patch) | |
tree | 018e373320ac36d31eed2d2d39ec4b7e09d5f385 /templates | |
parent | 259a12dc44f6571b9800b639a7031920f74288f7 (diff) |
FMZ suppress bullets on report li
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 7fdaeabff..ec3ba28be 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -15,7 +15,7 @@ <input type="hidden" name="token" value="[% token %]" > <input type="hidden" name="submit" value="1" > -<ul> +<ul class="no-bullets"> <li><a href="[% c.uri_for_email( '/report', problem.id ) %]">[% loc('View report on site' )%]</a></li> [% IF problem.state == 'fixed - council' OR problem.state == 'closed' %] |