Fix style on login page

This commit is contained in:
Edgar P. Burkhart 2022-12-21 15:18:52 +01:00
parent ee26d0d9a8
commit b77c5b6064
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
{% for field in form %}
{{ field.errors }}
<label for="{{ field.id_for_label }}">{{ field.label }}</label>
{{ field }}
<div>{{ field }}</div>
{% endfor %}
<div class="buttons">
<input hidden value="{{ next }}" name="next" />