aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-09-25 15:19:30 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-09-25 15:19:30 +0100
commit4fe18cb8f4278956a37ed7c8ee507b9e7b851893 (patch)
tree2dbc9e918b3b5fde47a219a76f657b3a2050f048 /templates
parent7a4260e7d4c892b452b6c319959a03ee747ce9a6 (diff)
Tweak reporting form i18n and style.
Factor out "(public)" to its own string, and only remove the label top margin if it's an immediate child (otherwise labels inside divs halfway down lose their margin).
Diffstat (limited to 'templates')
-rw-r--r--templates/web/fixmystreet/report/new/fill_in_details_form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmystreet/report/new/fill_in_details_form.html b/templates/web/fixmystreet/report/new/fill_in_details_form.html
index 6ad5484e0..6e64b8d1b 100644
--- a/templates/web/fixmystreet/report/new/fill_in_details_form.html
+++ b/templates/web/fixmystreet/report/new/fill_in_details_form.html
@@ -57,13 +57,13 @@
<p class='form-error'>[% field_errors.bodies %]</p>
[% END %]
- <label for="form_title">[% loc('One-line summary <span class="muted">(public)</span>') %]</label>
+ <label for="form_title">[% loc('One-line summary') %] <span class="muted">[% loc('(public)') %]</span></label>
[% IF field_errors.title %]
<p class='form-error'>[% field_errors.title %]</p>
[% END %]
<input type="text" value="[% report.title | html %]" name="title" id="form_title" placeholder="[% loc('What’s the issue, and where is it?') %]" required>
- <label for="form_detail">[% loc('Description <span class="muted">(public)</span>') %]</label>
+ <label for="form_detail">[% loc('Description') %] <span class="muted">[% loc('(public)') %]</span></label>
[% IF field_errors.detail %]
<p class='form-error'>[% field_errors.detail %]</p>
[% END %]