Improve login page

This commit is contained in:
Gabriel Augendre 2016-10-07 15:08:52 +02:00
parent de000312b8
commit 9718496a31
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -11,7 +11,7 @@
{% endif %}
{% csrf_token %}
{{ form|crispy }}
<button type="submit" class="btn btn-primary">{{ action }}</button>
<button type="submit" class="btn btn-primary btn-block">{{ action }}</button>
</form>
</div>
{% endblock %}