Improve login page
This commit is contained in:
parent
de000312b8
commit
9718496a31
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
Loading…
Reference in a new issue