aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2020-01-31 09:02:26 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-04-08 11:33:40 +0100
commit744195e7991698bcc99003e1e597af6bf8b6b1a0 (patch)
treeb9f1a2cb737f6d6fb8804eb8d0ef1781cb890c7b
parentf73b65b4e159ee03dceb9f315e34ca631b079f29 (diff)
[UK] Make it clearer that full name is required.
-rw-r--r--templates/web/fixmystreet-uk-councils/report/form/user_name.html (renamed from templates/web/buckinghamshire/report/form/user_name.html)7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/web/buckinghamshire/report/form/user_name.html b/templates/web/fixmystreet-uk-councils/report/form/user_name.html
index 0cefb1b1d..695e6a48a 100644
--- a/templates/web/buckinghamshire/report/form/user_name.html
+++ b/templates/web/fixmystreet-uk-councils/report/form/user_name.html
@@ -1,10 +1,5 @@
<!-- user_name.html -->
-<label for="form_name">Full name
-[% TRY %]
- [% INCLUDE 'report/form/after_name.html' %]
- [% CATCH file %]
-[% END %]
-</label>
+<label for="form_name">Full name</label>
[% IF field_errors.name %]
<p class='form-error'>[% field_errors.name %]</p>
[% END %]