Temporary view to avoid redirection.
[wolnelektury.git] / src / wolnelektury / templates / main_menu.html
index 42be91f..b76a4f8 100644 (file)
@@ -18,3 +18,6 @@
 <li>
   <a href="{% url 'subscribe' %}">{% trans "Newsletter" %}</a>
 </li>
+<li{% if active_menu_item == 'info:lektury-szkolne' %} class="active"{% endif %}>
+  <a href="{% url 'infopage' 'lektury-szkolne' %}">{% trans "School readings" %}</a>
+</li>