feat(header.html): add chat link to header

This commit is contained in:
2026-04-23 18:57:39 +02:00
parent 27567caf78
commit bfdc953e0f

View File

@@ -6,6 +6,7 @@
<a class="text-xl font-bold" href="/">{{ current_site.site_name }}</a>
<a href="{% slugurl 'courses' %}" class="hover:underline">{% trans "Courses" %}</a>
<a href="{% url 'calendar' %}" class="hover:underline">{% trans "Calendar" %}</a>
<a href="{% url 'user_chat' %}" class="hover:underline">{% trans "Help" %}</a>
</nav>
<nav class="flex items-center gap-4">