diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-14 12:23:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-14 12:23:04 +0100 |
commit | c2e1c54deacf359075abd649ab753399428f995c (patch) | |
tree | 1c47c1519d831aba560e099246ceafabf1ab3da5 /templates | |
parent | 979d767ee8d3391828025cede8f623f25490ee96 (diff) | |
parent | 744195e7991698bcc99003e1e597af6bf8b6b1a0 (diff) |
Merge branch 'full-name-field-label'
Diffstat (limited to 'templates')
-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 %] |