app/soc/templates/soc/base.html
changeset 493 6976c4d8d0ac
parent 485 2865922ea06a
child 534 c31cfbf1a20f
--- a/app/soc/templates/soc/base.html	Sun Nov 16 22:11:58 2008 +0000
+++ b/app/soc/templates/soc/base.html	Sun Nov 16 23:02:31 2008 +0000
@@ -108,8 +108,8 @@
     Google Open Source Programs
     {% endblock %}
     </a>
-{% if sidebar_menu_html %}
-{{ sidebar_menu_html|safe }}
+{% if sidebar_menu_items %}
+{% include 'soc/sidebar/sidebar.html' %}
 {% endif %}
      </li>
     </ul>