Fix active link in header

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent e572bbfa80
commit 202c47b81a
  1. 2
      project/templates/blocks/header.html

@ -26,7 +26,7 @@
</div>
<nav class="header__nav">
<div class="header__group">
<a class="header__section" href="{% url 'school:school' %}">
<a class="header__section {% active_link 'school:school' %}" href="{% url 'school:school' %}">
ОНЛАЙН-ШКОЛА {% if online %}
<div class="header__dot"></div>
{% endif %}

Loading…
Cancel
Save