auth/login_form.html: fix form_fields include

This commit is contained in:
Jérôme Schneider 2014-01-20 15:37:54 +01:00
parent 23973be7df
commit 70ff103a31
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div>
<form method="post" action="">
{% csrf_token %}
{% include "form_fields.html" with form=form %}
{% include "portail_citoyen/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' %}"/>