Fix issues with multiplatform conversation displays

This commit is contained in:
2026-02-16 11:42:53 +00:00
parent cf651a3bd4
commit a70faa3576
10 changed files with 489 additions and 78 deletions

View File

@@ -416,6 +416,11 @@
<a class="navbar-item" href="{% url 'ais' type='page' %}">
AI
</a>
{% if user.is_superuser %}
<a class="navbar-item" href="{% url 'system_settings' %}">
System
</a>
{% endif %}
</div>
</div>
{% endif %}