Projet

Général

Profil

0001-dashboard-enclose-dashboard-cell-icons-in-a-block-fo.patch

Frédéric Péters, 04 septembre 2018 16:47

Télécharger (943 octets)

Voir les différences:

Subject: [PATCH] dashboard: enclose dashboard cell icons in a block for
 overriding (#26096)

 combo/apps/dashboard/templates/combo/dashboard_cell_icons.html | 2 ++
 1 file changed, 2 insertions(+)
combo/apps/dashboard/templates/combo/dashboard_cell_icons.html
1 1
{% load i18n dashboard %}
2
{% block content %}
2 3
{% if user.is_authenticated %}
3 4
<span class="dashboard-cell-icons">
4 5
{% if not in_dashboard %}
......
14 15
{% endif %}
15 16
</span>
16 17
{% endif %}
18
{% endblock %}
17
-