X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9e4c8e837be2943198e7c300e1ff3cde3185e0cc..eb383b976ed875888b261bf5901ee484aa2dcf8f:/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 b76a4f85e..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> @@ -18,6 +21,3 @@ <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>