summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_ishtaruser.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_ishtaruser.html')
-rw-r--r--ishtar_common/templates/ishtar/sheet_ishtaruser.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_ishtaruser.html b/ishtar_common/templates/ishtar/sheet_ishtaruser.html
index d1d98997c..19c55ee0e 100644
--- a/ishtar_common/templates/ishtar/sheet_ishtaruser.html
+++ b/ishtar_common/templates/ishtar/sheet_ishtaruser.html
@@ -65,7 +65,16 @@
{% endif %}
</dd>
</dl>
- {% field_flex _("Profile(s)") item.person.profiles_list %}
+ <dl class="col-12 col-md-6 col-lg-3 flex-wrap">
+ <dt>{% trans "Profile(s)" %}</dt>
+ <dd>
+ {% for profile in item.person.profiles.all %}
+ {% if forloop.counter0 %}; {% endif %}{{profile}} &nbsp;<a target="_blank" href="{{ profile.profile_type.admin_url }}{{profile.profile_type.id}}" title="Modifier">
+ <i class="fa fa-pencil"></i>
+ </a>
+ {% endfor %}
+ </dd>
+ </dl>
</div>
{% if item.is_ishtaradmin %}
<div class="alert alert-warning" role="alert">