diff options
-rw-r--r-- | www/templates/en/submit_email.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/templates/en/submit_email.html b/www/templates/en/submit_email.html index 641e276..6de8a21 100644 --- a/www/templates/en/submit_email.html +++ b/www/templates/en/submit_email.html @@ -10,4 +10,17 @@ </div> <input data-role="button" data-theme="a" type="button" id="have_password" name="have_password" value="I have a password"> <input data-role="button" data-theme="a" type="button" id="email_confirm" name="email_confirm" value="I don't"> + + <p> + To make a report on FixMyStreet we require you to confirm your email address either by setting up + an account, or clicking a link in an email we send you. + </p> + + <p> + If you have a FixMyStreet account then choose "I have a password", otherwise choose "I don't". + </p> + + <p> + If you choose "I don't" then you can, if you want, set a password. + </p> </div> |