dashboard: enclose dashboard cell icons in a block for overriding (#26096)

This commit is contained in:
Frédéric Péters 2018-09-04 16:46:17 +02:00
parent 82bade20aa
commit b6116cc93f
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{% load i18n dashboard %}
{% block content %}
{% if user.is_authenticated %}
<span class="dashboard-cell-icons">
{% if not in_dashboard %}
@ -14,3 +15,4 @@
{% endif %}
</span>
{% endif %}
{% endblock %}