X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eb2eb95bfbfe8c777c4192ea434a0e999edf3a51..297e48d3c1b26b83366b27cc4ba960c8471b634b:/src/wolnelektury/templates/main_menu.html?ds=inline diff --git a/src/wolnelektury/templates/main_menu.html b/src/wolnelektury/templates/main_menu.html index 42be91f9b..be642d6b9 100644 --- a/src/wolnelektury/templates/main_menu.html +++ b/src/wolnelektury/templates/main_menu.html @@ -3,6 +3,9 @@ <li{% if active_menu_item == 'club' %} class="active"{% endif %}> <a href="{% url 'club_join' %}">{% trans "Support us" %}</a> </li> +<li{% if active_menu_item == 'info:lektury-szkolne' %} class="active"{% endif %}> + <a href="{% url 'infopage' 'lektury-szkolne' %}">{% trans "School readings" %}</a> +</li> <li{% if active_menu_item == 'books' %} class="active"{% endif %}> <a href="{% url 'book_list' %}">{% trans "Literature" %}</a> </li>