New adaptations

This commit is contained in:
Ludovic Stephan 2020-06-26 17:46:05 +02:00
parent c236044ac2
commit 8b50092ff0
2 changed files with 6 additions and 2 deletions

View file

@ -6,5 +6,7 @@
{% endblock %}
{% block content %}
{% include "authens/form_full_snippet.html" with form_class="exte" submit_text="Valider" %}
<div id="container-content" class="exte">
{% include "authens/form_full_snippet.html" with submit_text="Se connecter" %}
</div>
{% endblock %}

View file

@ -6,5 +6,7 @@
{% endblock %}
{% block content %}
{% include "authens/form_full_snippet.html" with form_class="exte" submit_text="Enregistrer" %}
<div id="container-content" class="exte">
{% include "authens/form_full_snippet.html" with submit_text="Enregistrer" %}
</div>
{% endblock %}