moselle: replace block user-info by top-links (#52275)

This commit is contained in:
Thomas Jund 2021-03-30 12:18:15 +02:00
parent 946e92c55a
commit f4c3dffc64
2 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,6 @@
{
"label": "Moselle",
"variables": {
"include_top_links": false,
"theme_color": "#f7433a"
}
}

View File

@ -1,12 +1,11 @@
{% extends "theme.html" %}
{% load combo %}
{% block nav %}
{% block header-content %}{% endblock %}
<div id="toplinks">
{% block user-info %}
{% block nav %}
{% block top-links %}
{% endblock %}
</div>
{{ block.super }}
{% endblock %}