New adaptations
This commit is contained in:
parent
c236044ac2
commit
8b50092ff0
2 changed files with 6 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue