X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8952b9530d943655e552ea660c47e850123c5105..2efc949091b037dc8e9d43b37788eb30105b11e9:/src/wolnelektury/templates/base/superbase.html diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index cdbdb69a0..30bfdda58 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -66,7 +66,7 @@ <div id="lang-menu" class="hoverget"> <span id='lang-button' class='hoverclick'> - <span class="lang-flag">â</span> + <img src="{% static "img/contrib/language/language.svg" %}" alt="{% trans "Language" %}"> <span class="label"> {% trans "Language" %}</span> </span> <div id="lang-menu-items"> @@ -108,6 +108,9 @@ </ul> <ul id="main-menu"> + <li{% if active_menu_item == 'club' %} class="active"{% endif %}> + <a href="{% url 'club_join' %}">{% trans "Wesprzyj nas" %}</a> + </li> <li{% if active_menu_item == 'books' %} class="active"{% endif %}> <a href="{% url 'book_list' %}">{% trans "Literature" %}</a> </li> @@ -117,9 +120,6 @@ <li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}> <a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a> </li> - <li{% if active_menu_item == 'club' %} class="active"{% endif %}> - <a href="{% url 'club_join' %}">{% trans "Wesprzyj nas" %}</a> - </li> <li{% if active_menu_item == 'all_works' %} class="active"{% endif %}> <a href="{% url 'catalogue' %}">{% trans "All works" %}</a> </li>