Fix login form buttons
This commit is contained in:
parent
f2f6335ad5
commit
cfe5389658
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue