diff options
Diffstat (limited to 'templates/submit_set_password.html')
-rw-r--r-- | templates/submit_set_password.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/submit_set_password.html b/templates/submit_set_password.html new file mode 100644 index 0000000..6c63b40 --- /dev/null +++ b/templates/submit_set_password.html @@ -0,0 +1,19 @@ +<div id="submit-header" data-role="header"> + <h1>[% loc('Your details') %]</h1> +</div> + +<div data-role="content"> + <div id="errors"></div> + <form id="passwordForm" name="passwordForm"> + <div id="password_row"> + <div class="inputcard"> + <div> + <input data-role="none" type="password" value="" name="password" id="form_password" placeholder="[% loc('Your password') %]" required> + </div> + </div> + <div class="bottom-btn"> + <input data-role="button" data-theme="a" type="submit" id="continue" name="report" value="[% loc('Continue') %]"> + </div> + </div> + </form> +</div> |