Integrate changes
This commit is contained in:
parent
5c39b91157
commit
e7b0d71416
2 changed files with 2 additions and 14 deletions
|
@ -6,11 +6,5 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% for error in form.non_field_errors %}
|
||||
<p class="error">{{ error }}</p>
|
||||
{% endfor %}
|
||||
|
||||
<div class=" auth_form exte">
|
||||
{% include "authens/form_full_snippet.html" with submit_text="Valider" %}
|
||||
</div>
|
||||
{% include "authens/form_full_snippet.html" with form_class="exte" submit_text="Valider" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -6,11 +6,5 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% for error in form.non_field_errors %}
|
||||
<p class="error">{{ error }}</p>
|
||||
{% endfor %}
|
||||
|
||||
<div class=" auth_form exte">
|
||||
{% include "authens/form_full_snippet.html" with submit_text="Valider" %}
|
||||
</div>
|
||||
{% include "authens/form_full_snippet.html" with form_class="exte" submit_text="Enregistrer" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue