highlight correct sidebar

This commit is contained in:
Anthony Young
2011-06-17 01:33:43 -07:00
committed by termie
parent 7ddb92652d
commit aa4ee3b255
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{# standard nav, sidebar, list of instances in main #}
{% block sidebar %}
{% with current_sidebar="images" %}
{% with current_sidebar="users" %}
{{block.super}}
{% endwith %}
{% endblock %}

View File

@@ -3,7 +3,7 @@
{# standard nav, sidebar, list of instances in main #}
{% block sidebar %}
{% with current_sidebar="images" %}
{% with current_sidebar="users" %}
{{block.super}}
{% endwith %}
{% endblock %}

View File

@@ -3,7 +3,7 @@
{# standard nav, sidebar, list of instances in main #}
{% block sidebar %}
{% with current_sidebar="images" %}
{% with current_sidebar="users" %}
{{block.super}}
{% endwith %}
{% endblock %}