toodego: remove extra quote from navigation attribute

This commit is contained in:
Frédéric Péters 2019-07-09 21:48:23 +02:00
parent a4454838c7
commit 0b2a0d5c5a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% for page in pages.0.get_siblings %}
{% if page.public and not page.exclude_from_navigation %}
<li data-menu-page-id="{{ page.id }}"
{% if page.slug == pages.0.slug %}title="{{page.title}} - Page active"{% endif %}"
{% if page.slug == pages.0.slug %}title="{{page.title}} - Page active"{% endif %}
class="menu-{{ page.slug }}
{% if page.slug == pages.0.slug %}selected{% endif %}"
>{% if page.slug != 'mon-compte' %}<a href="{% page_absolute_url page %}"><span>{{ page.title }}</span></a>{% else %}