sables-d-olonne: isolate user-info template (#52275)

This commit is contained in:
Thomas Jund 2021-03-26 17:34:31 +01:00
parent b101692443
commit bccbb15400
2 changed files with 5 additions and 4 deletions

View File

@ -11,10 +11,6 @@
{% endif %}
{% endblock %}
{% block user-info-registration-label %}
Créer un compte
{% endblock %}
{% block header-post %}
<div class="lso-header-shadow"></div>
{% endblock %}

View File

@ -0,0 +1,5 @@
{% extends "includes/user-info.html" %}
{% block user-info-registration-label %}
Créer un compte
{% endblock %}