fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Accept all bank feedbacks
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
main_menu.html
diff --git
a/src/wolnelektury/templates/main_menu.html
b/src/wolnelektury/templates/main_menu.html
index
42be91f
..
be642d6
100644
(file)
--- 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 == '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>
<li{% if active_menu_item == 'books' %} class="active"{% endif %}>
<a href="{% url 'book_list' %}">{% trans "Literature" %}</a>
</li>