aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-02-05 12:35:55 +0000
committerDave Whiteland <dave@mysociety.org>2013-02-05 12:51:40 +0000
commit078097b239914881c54632acd3fa601d0f65ac1e (patch)
tree018e373320ac36d31eed2d2d39ec4b7e09d5f385 /templates
parent259a12dc44f6571b9800b639a7031920f74288f7 (diff)
FMZ suppress bullets on report li
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/report_edit.html2
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' %]