feat(header.html): add link to course calendar

This commit is contained in:
2026-03-16 13:46:19 +01:00
parent 3514b2d893
commit af05e9186e

View File

@@ -5,6 +5,7 @@
<a class="text-xl font-bold" href="/">{{ current_site.site_name }}</a>
<nav class="flex items-center gap-4">
<a href="{% url 'calendar' %}" class="hover:underline">{% trans "Course Calendar" %}</a>
{% if user.is_authenticated %}
<a href="{% url 'account_logout' %}" class="hover:underline">{% trans "Logout" %}</a>
{% else %}