Integrate changes

This commit is contained in:
Ludovic Stephan 2020-06-26 16:09:23 +02:00
parent 5c39b91157
commit e7b0d71416
2 changed files with 2 additions and 14 deletions

View file

@ -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 %}

View file

@ -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 %}