From ba5c5163ae8ba42d54c3b8b49d3045cd691ce37b Mon Sep 17 00:00:00 2001 From: Miguel Ventura Date: Mon, 3 Sep 2012 01:14:59 +0100 Subject: Removed too much on last commit... --- sneakyidea/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sneakyidea/templates/base.html') diff --git a/sneakyidea/templates/base.html b/sneakyidea/templates/base.html index cf90b27..dcd9239 100644 --- a/sneakyidea/templates/base.html +++ b/sneakyidea/templates/base.html @@ -33,7 +33,7 @@ {% if DISPLAY_PAGES_ON_MENU %} {% for current_page in PAGES %}
  • - {{ current_page.title }} + {{ current_page.title }}
  • {% endfor %} {% endif %} -- cgit