mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
8 lines
199 B
HTML
8 lines
199 B
HTML
{% if profile and perms.RIGS.view_profile %}
|
|
<a href="{% url 'profile_detail' profile.pk %}" class="modal-href">
|
|
{{ profile.name }}
|
|
</a>
|
|
{% else %}
|
|
{{ profile.name }}
|
|
{% endif %}
|