diff options
-rw-r--r-- | templates/web/bromley/report/new/fill_in_details_form.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/web/bromley/report/new/fill_in_details_form.html b/templates/web/bromley/report/new/fill_in_details_form.html index 1ce6a156b..9b06425da 100644 --- a/templates/web/bromley/report/new/fill_in_details_form.html +++ b/templates/web/bromley/report/new/fill_in_details_form.html @@ -150,11 +150,11 @@ the problem if you have one), etc. <input type="email" value="[% report.user.email | html %]" name="email" id="form_email" placeholder="[% loc('Please enter your email address') %]" required> <div id="form_sign_in"> - <h3>[% loc("Now to submit your report…") %]</h3> - <h2>[% loc("Do you have a FixMyStreet password?") %]</h2> + + <p>To submit your report you now need to confirm it either by email or by using a FixMyStreet password.</p> <div id="form_sign_in_no" class="form-box"> - <h5>[% loc('<strong>No</strong> Let me confirm my report by email') %]</h5> + <h5>Confirm my report by email</h5> [% INCLUDE 'report/new/extra_name.html' %] @@ -194,7 +194,7 @@ the problem if you have one), etc. <div id="form_sign_in_yes" class="form-box"> - <h5>[% loc('<strong>Yes</strong> I have a password') %]</h5> + <h5>Confirm my report with my FixMyStreet password</h5> <label class="hidden-js n" for="password_sign_in">[% loc('Yes I have a password') %]</label> <div class="form-txt-submit-box"> @@ -213,9 +213,10 @@ the problem if you have one), etc. </div> - <p>[% loc("We will only use your personal information in accordance with our <a href=\"/faq#privacy\">privacy policy.</a>") %]</p> - [% END %] + + <p>[% loc("We will only use your personal information in accordance with our <a href=\"/faq#privacy\">privacy policy.</a>") %]</p> + </div> </fieldset> |