Projet

Général

Profil

0001-manager-display-csv-import-flag-icons-on-their-own-l.patch

Frédéric Péters, 19 mai 2020 10:51

Télécharger (1,06 ko)

Voir les différences:

Subject: [PATCH] manager: display csv import flag icons on their own line
 (#43067)

 .../manager/templates/authentic2/manager/user_import_report.html | 1 +
 1 file changed, 1 insertion(+)
src/authentic2/manager/templates/authentic2/manager/user_import_report.html
97 97
                    {% endif %}
98 98
                    >
99 99
                    {{ header.name }}
100
                    {% if header.flags %}<br>{% endif %}
100 101
                    {% for flag in header.flags %}
101 102
                      <span class="header-flag-{{ flag }}"></span>
102 103
                    {% endfor %}
103
-