authentic: remove "Cancel" button on login page (#7877)

This commit is contained in:
Serghei Mihai 2015-07-20 18:17:00 +02:00
parent ed2520cb28
commit b13ca3bd9c
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@
{% csrf_token %}
{% include "authentic2/form_fields.html" with form=form %}
<input type="submit" name="{{ submit_name }}" value="{% trans "Log in" %}"/>
{% if cancel %}
<input type="submit" name="cancel" value="{% trans 'Cancel' %}"/>
{% endif %}
</form>
</div>