From 76b67b90e539022352922f7f49bcd658e2490133 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 4 May 2011 00:20:29 -0400 Subject: [PATCH] Fixed diagnostics template to correctly render the
  • HTML tag --- apps/main/templates/diagnostics.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/main/templates/diagnostics.html b/apps/main/templates/diagnostics.html index ea93bf35d8..c5db65a7da 100644 --- a/apps/main/templates/diagnostics.html +++ b/apps/main/templates/diagnostics.html @@ -8,10 +8,12 @@

    {{ value.title|capfirst }}

    -

      - {% with value.links as object_navigation_links %} - {% include "generic_navigation.html" %} - {% endwith %} +
        + {% with value.links as object_navigation_links %} + {% with 'true' as as_li %} + {% include "generic_navigation.html" %} + {% endwith %} + {% endwith %}