web admin mode

This commit is contained in:
2026-08-05 16:44:10 +02:00
parent c2d5ae45a2
commit 9458a88122
5 changed files with 234 additions and 7 deletions
+1 -1
View File
@@ -212,7 +212,7 @@
{% if contact.organization %}{{ contact.organization }}{% endif %}
</div>
{% endif %}
{% if is_admin and contact.account %}
{% if show_all and contact.account %}
<span class="badge badge-account">{{ contact.account }}</span>
{% endif %}
</div>