aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_confirm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_confirm.html')
-rw-r--r--templates/registration/password_reset_confirm.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html
index 09fc9c1..98dd0b6 100644
--- a/templates/registration/password_reset_confirm.html
+++ b/templates/registration/password_reset_confirm.html
@@ -8,7 +8,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>