aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_form.html')
-rw-r--r--templates/registration/password_reset_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html
index a380af3..bb2ea93 100644
--- a/templates/registration/password_reset_form.html
+++ b/templates/registration/password_reset_form.html
@@ -5,7 +5,7 @@
<form id="password_form" method="post" action=".">
{{ form.as_p }}
- <input type="submit" class="btn" value="{% trans 'Submit' %}" />
+ <input type="submit" class="btn btn-default" value="{% trans 'Submit' %}" />
{% csrf_token %}
</form>
{% endblock %}