added btn class to forget password (#1102)

This commit is contained in:
Wee Liat 2017-04-01 23:30:24 +08:00 committed by Daniel Roy Greenfeld
parent 7da1bf79b8
commit 0b14104ae0

View File

@ -18,7 +18,7 @@
<form method="POST" action="{% url 'account_reset_password' %}" class="password_reset">
{% csrf_token %}
{{ form|crispy }}
<input type="submit" value="{% trans 'Reset My Password' %}" />
<input class="btn btn-primary" type="submit" value="{% trans 'Reset My Password' %}" />
</form>
<p>{% blocktrans %}Please contact us if you have any trouble resetting your password.{% endblocktrans %}</p>