From 32b4271ea9e7540a7613429563fffde20e57690d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 6 Feb 2025 15:24:37 +0100 Subject: 🐛 more robust filters for sheets (refs #6109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/sheet_ishtaruser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/sheet_ishtaruser.html b/ishtar_common/templates/ishtar/sheet_ishtaruser.html index e30df5278..ce351c720 100644 --- a/ishtar_common/templates/ishtar/sheet_ishtaruser.html +++ b/ishtar_common/templates/ishtar/sheet_ishtaruser.html @@ -69,7 +69,7 @@
{% trans "Profile(s)" %}
{% for profile in item.person.profiles.all %} - {% if forloop.counter0 %}; {% endif %}{{profile}}   + {% if forloop.counter0 %}; {% endif %}{{profile.profile_type}}   {% endfor %} -- cgit v1.2.3