diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet/report/new/fill_in_details_form.html | 3 |
1 files changed, 3 insertions, 0 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 b8a813348..237533657 100644 --- a/templates/web/fixmystreet/report/new/fill_in_details_form.html +++ b/templates/web/fixmystreet/report/new/fill_in_details_form.html @@ -111,6 +111,9 @@ [% IF c.user_exists %] <div class="form-box"> + + [% INCLUDE 'report/new/extra_name.html' %] + <label for="form_name">[% loc('Name') %]</label> [% IF field_errors.name %] <p class='form-error'>[% field_errors.name %]</p> |