diff options
Diffstat (limited to 'src/templates/en/submit_email.html')
-rw-r--r-- | src/templates/en/submit_email.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/templates/en/submit_email.html b/src/templates/en/submit_email.html deleted file mode 100644 index 3eaf26a..0000000 --- a/src/templates/en/submit_email.html +++ /dev/null @@ -1,25 +0,0 @@ -<div id="submit-header" data-role="header"> - <h1>Your details</h1> -</div> - -<div data-role="content"> - <div class="inputcard"> - <div> - <input data-role="none" type="email" value="<%= user.email %>" name="email" id="form_email" placeholder="Please enter your email address" required> - </div> - </div> - - <p> - This app needs to send you a confirmation email before we can send your report to the council. - </p> - - <p> - To skip this step in future, you can set a password now. - </p> - - <div class="bottom-btn"> - <input data-role="button" data-theme="a" type="button" id="email_confirm" name="email_confirm" value="I don't want to set a password"> - <input data-role="button" data-theme="a" type="button" id="set_password" name="set_password" value="I'd like to set a password"> - <input data-role="button" data-theme="a" type="button" id="have_password" name="have_password" value="I've already got one - login"> - </div> -</div> |