Removed debug text

This commit is contained in:
Roberto Rosario
2011-06-28 01:58:33 -04:00
parent d2a3a6ad00
commit b8d17b8448

View File

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