diff options
Diffstat (limited to 'www/templates/en/submit_confirm.html')
-rw-r--r-- | www/templates/en/submit_confirm.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www/templates/en/submit_confirm.html b/www/templates/en/submit_confirm.html deleted file mode 100644 index 1ce4b6c..0000000 --- a/www/templates/en/submit_confirm.html +++ /dev/null @@ -1,31 +0,0 @@ -<div id="submit-header" data-role="header"> - <h1>Your details</h1> -</div> - -<div data-role="content"> - <p class="notopmargin"> - You are logged in as <%= user.email %>. - </p> - - <p> - Please confirm your name, if you want it to be public and optionally your phone number. - </p> - - <div id="errors"></div> - - <div class="inputcard"> - <div> - <input data-role="none" type="text" value="<%= user.name %>" name="name" id="form_name" placeholder="Please enter your name" required> - </div> - <div> - <input data-role="none" type="tel" value="<%= user.phone %>" name="name" id="form_phone" placeholder="Optionally enter your phone number"> - </div> - <div class="checkbox-group noborder"> - <input type="checkbox" name="may_show_name" id="form_may_show_name" value="1" checked> - <label class="inline" for="form_may_show_name">Show my name publicly</label> - </div> - </div> - <div class="bottom-btn"> - <input data-role="button" data-theme="a" type="button" id="report" name="report" value="Report"> - </div> -</div> |