grenoble-metropole-2019: replace block user-info by top-links (#52275)

This commit is contained in:
Thomas Jund 2021-03-30 12:08:29 +02:00
parent c210f0bce3
commit 9aa53c7063
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ content = content.replace('<head>', '<head>{% block head %}{% endblock %}')
content = content.replace(
'<div id="content">',
'''
{% if include_top_links != False %}<div id="toplinks">{% block user-info %}{% endblock %}</div>{% endif %}
{% block top-links %}{% endblock %}
{% block nav %}{% endblock %}
{% block grenoble-content %}
{% block messages %}