haute-garonne-cd31: isolate user-info template (#52275)

This commit is contained in:
Thomas Jund 2021-03-26 17:08:44 +01:00
parent 5edf8e00d7
commit 292d4d80ce
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
{% extends "combo/page_template.html" %}
{% load combo %}
{% block user-info-user-name %}Mon compte{% endblock %}

View File

@ -0,0 +1,3 @@
{% extends "includes/user-info.html" %}
{% block user-info-user-name %}Mon compte{% endblock %}