Accesibility fixes from the report.
[wolnelektury.git] / src / wolnelektury / templates / main_menu.html
diff --git a/src/wolnelektury/templates/main_menu.html b/src/wolnelektury/templates/main_menu.html
new file mode 100644 (file)
index 0000000..42be91f
--- /dev/null
@@ -0,0 +1,20 @@
+{% load i18n %}
+
+<li{% if active_menu_item == 'club' %} class="active"{% endif %}>
+  <a href="{% url 'club_join' %}">{% trans "Support us" %}</a>
+</li>
+<li{% if active_menu_item == 'books' %} class="active"{% endif %}>
+  <a href="{% url 'book_list' %}">{% trans "Literature" %}</a>
+</li>
+<li{% if active_menu_item == 'theme' %} class="active"{% endif %}>
+  <a href="{% url 'theme_catalogue' %}">{% trans "Themes" %}</a>
+</li>
+<li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}>
+  <a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a>
+</li>
+<li{% if active_menu_item == 'collections' %} class="active"{% endif %}>
+  <a href="{% url 'catalogue_collections' %}">{% trans "Collections" %}</a>
+</li>
+<li>
+  <a href="{% url 'subscribe' %}">{% trans "Newsletter" %}</a>
+</li>