#84 Fixed reset password form

master
Keith Irwin 2017-05-05 22:40:14 -04:00
parent 79779be4d0
commit 0982cb8043
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{% extends 'templates/base.html' %}
{% block title %}{{super()}} | Reset Password{% endblock %}
{% block head %}
{{super()}}
@ -13,12 +14,12 @@
<form method="post" role="form">
<div class='group'>
<div class='form-group'>
<label for="email">Email:</label>
<input name="email" type="email">
</div>
<input class='main btn' type="submit" value="Go">
<input class='main btn' type="submit" value="Go" style="display:block; margin:auto">
</form>