7 lines
228 B
HTML
7 lines
228 B
HTML
{% extends "main/form/form_base.html" %}
|
|
{% load i18n %}
|
|
{% block buttons %}
|
|
<input hidden value="{{ next }}" name="next">
|
|
<input type="submit" value="{% translate "Log in" %}">
|
|
<input type="reset">
|
|
{% endblock buttons %}
|