diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 14:58:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 14:58:44 +0000 |
commit | f91df784003d6ffc1f3603af28567e1057798190 (patch) | |
tree | 5cc7f3f4b7c1263965edc5be31bb782616b0ebc9 | |
parent | 365438328f2ef7d99e0d8eaac39f9f7ed00a559c (diff) |
Remove indent of Erfasst choices.
-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 30416f4c0..059c4b5c0 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -94,7 +94,7 @@ [% IF problem.state == 'unconfirmed' OR problem.state == 'confirmed' %] -<ul> +<ul class="no-bullets"> <li class="assignation"> <label for="body_subdivision">[% loc('Assign to subdivision:') %]</label> <select name="body_subdivision" id="body_subdivision"> |