From b8d17b844832060424b2ec83877ea9c2a89c7994 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 28 Jun 2011 01:58:33 -0400 Subject: [PATCH] Removed debug text --- apps/navigation/templates/generic_navigation.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/navigation/templates/generic_navigation.html b/apps/navigation/templates/generic_navigation.html index a806b642d1..bff532fbee 100644 --- a/apps/navigation/templates/generic_navigation.html +++ b/apps/navigation/templates/generic_navigation.html @@ -1,7 +1,5 @@ -{% for link in object_navigation_links %} - {% include "generic_subnavigation.html" %} -{% empty %} -none -{% endfor %} + {% for link in object_navigation_links %} + {% include "generic_subnavigation.html" %} + {% endfor %}