Update template to use new variable name

This commit is contained in:
Roberto Rosario
2012-03-18 03:35:25 -04:00
parent 2b123799de
commit 9f22085eef

View File

@@ -1,5 +1,5 @@
<span class="nowrap">
{% for link in object_navigation_links %}
{% for link in links %}
{% include "generic_subnavigation.html" %}
{% endfor %}
</span>