diff options
Diffstat (limited to 'templates/account_recover.tmpl')
| -rw-r--r-- | templates/account_recover.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/account_recover.tmpl b/templates/account_recover.tmpl new file mode 100644 index 0000000..ee0d750 --- /dev/null +++ b/templates/account_recover.tmpl @@ -0,0 +1,11 @@ +{{template "_header.tmpl" .Common}} + <form class="box" action="#"> + <h1>Recover Account</h1> + <p style="color: #A11;">Account recovery not currently implemented.</p> + + <label for="recover_email">EMAIL</label> + <input id="recover_email" type="text" name="email"/> + + <input type="submit" value="Recover" disabled/> + </form> +{{template "_footer.tmpl" .Common}}
\ No newline at end of file |
