templates: add a sidepage block, so it can be removed altogether (#12655)

This commit is contained in:
Frédéric Péters 2016-07-20 08:34:32 +02:00
parent a2ca7be9bd
commit 148ae2fc38
1 changed files with 2 additions and 0 deletions

View File

@ -20,9 +20,11 @@
</head>
<body {% block bodyargs %}{% endblock %}>
<div id="top">
{% block sidepage %}
<div id="sidepage">
<span id="applabel"> </span>
</div>
{% endblock %}
{% block user-links %}
<ul class="user-info">
{% if user.is_authenticated %}