diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2015-03-17 16:13:06 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:22 +0100 |
commit | ccc71f8f2d4a514f6ffaab2f3bbc76ea423f212b (patch) | |
tree | 78680fab210ed4682de57c09ed4f4cfd955b0982 /templates | |
parent | 66e1e8922259cc0841550f39242a801ef72b0c69 (diff) |
[Zurich] Make phone number mandatory
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/report/new/fill_in_details_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/report/new/fill_in_details_form.html b/templates/web/zurich/report/new/fill_in_details_form.html index a8eecbdcb..56096c9bd 100644 --- a/templates/web/zurich/report/new/fill_in_details_form.html +++ b/templates/web/zurich/report/new/fill_in_details_form.html @@ -87,7 +87,7 @@ [% IF field_errors.phone %] <p class='form-error'>[% field_errors.phone %]</p> [% END %] - <input type="text" value="[% report.user.phone | html %]" name="phone" id="form_phone" placeholder="[% loc('Your phone number') %]"> + <input type="text" value="[% report.user.phone | html %]" name="phone" id="form_phone" placeholder="[% loc('Your phone number') %]" required> <div class="form-txt-submit-box"> [%# ID of submit_sign_in so name can be option, name of submit_register so it doesn't try and sign us in %] |