aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_change_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_change_form.html')
-rw-r--r--templates/registration/password_change_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/password_change_form.html b/templates/registration/password_change_form.html
index d74f39e..c349f3f 100644
--- a/templates/registration/password_change_form.html
+++ b/templates/registration/password_change_form.html
@@ -5,7 +5,7 @@
<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 %}