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