Fix login form buttons

This commit is contained in:
Edgar P. Burkhart 2025-01-01 17:11:45 +01:00
parent f2f6335ad5
commit cfe5389658
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -2,6 +2,6 @@
{% load i18n %}
{% block buttons %}
<input hidden value="{{ next }}" name="next">
<input type="reset">
<input type="submit" value="{% translate "Log in" %}">
{% endblock %}
<input type="reset">
{% endblock buttons %}