feat(header.html): add chat link to header
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user