Bad button name on warn.html

This commit is contained in:
Valentin Samir 2016-06-03 14:15:41 +02:00
parent a8cb006989
commit 755f571fd7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<form class="form-signin" method="post">
{% csrf_token %}
{% bootstrap_form form %}
{% bootstrap_button _('Login') size='lg' button_type="submit" button_class="btn-primary btn-block"%}
{% bootstrap_button _('Connect to the service') size='lg' button_type="submit" button_class="btn-primary btn-block"%}
</form>
{{request.session.authenticated}}
{% endblock %}