mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-11 07:12:57 +02:00
fix: entity config page with wrong active class when open
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
href="{% url 'categories_index' %}">{% translate 'Categories' %}</a></li>
|
href="{% url 'categories_index' %}">{% translate 'Categories' %}</a></li>
|
||||||
<li><a class="dropdown-item {% active_link views='tags_index' %}"
|
<li><a class="dropdown-item {% active_link views='tags_index' %}"
|
||||||
href="{% url 'tags_index' %}">{% translate 'Tags' %}</a></li>
|
href="{% url 'tags_index' %}">{% translate 'Tags' %}</a></li>
|
||||||
<li><a class="dropdown-item {% active_link views='tags_index' %}"
|
<li><a class="dropdown-item {% active_link views='entities_index' %}"
|
||||||
href="{% url 'entities_index' %}">{% translate 'Entities' %}</a></li>
|
href="{% url 'entities_index' %}">{% translate 'Entities' %}</a></li>
|
||||||
<li>
|
<li>
|
||||||
<hr class="dropdown-divider">
|
<hr class="dropdown-divider">
|
||||||
|
|||||||
Reference in New Issue
Block a user