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 %}
|
{% endif %}
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form|crispy }}
|
{{ form|crispy }}
|
||||||
<button type="submit" class="btn btn-primary">{{ action }}</button>
|
<button type="submit" class="btn btn-primary btn-block">{{ action }}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue