highlight correct sidebar
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{# standard nav, sidebar, list of instances in main #}
|
{# standard nav, sidebar, list of instances in main #}
|
||||||
|
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
{% with current_sidebar="images" %}
|
{% with current_sidebar="users" %}
|
||||||
{{block.super}}
|
{{block.super}}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{# standard nav, sidebar, list of instances in main #}
|
{# standard nav, sidebar, list of instances in main #}
|
||||||
|
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
{% with current_sidebar="images" %}
|
{% with current_sidebar="users" %}
|
||||||
{{block.super}}
|
{{block.super}}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{# standard nav, sidebar, list of instances in main #}
|
{# standard nav, sidebar, list of instances in main #}
|
||||||
|
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
{% with current_sidebar="images" %}
|
{% with current_sidebar="users" %}
|
||||||
{{block.super}}
|
{{block.super}}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user