movile nav open fix
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{% load menu_tags thumbnail util_tags %}
|
||||
|
||||
<div class="navigation__main">
|
||||
<div class="navigation__main" data-active="{% spaceless %}
|
||||
{% for child in children %}{% if child.selected or child.ancestor %}{{ forloop.counter0 }}{% endif %}{% endfor %}
|
||||
{% endspaceless %}">
|
||||
{% for n in 'nn' %}
|
||||
<div class="{% cycle 'navigation__images' 'navigation__list' %}">
|
||||
{% for child in children|slice:'3' %}
|
||||
|
||||
Reference in New Issue
Block a user