From 049d91c2ed79a5582405d4f4154f733132a0b203 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 6 Mar 2011 02:26:33 -0400 Subject: [PATCH] Added html comments to help html debugging --- apps/common/templates/generic_form_subtemplate.html | 4 ++-- apps/web_theme/templates/web_theme_base.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/common/templates/generic_form_subtemplate.html b/apps/common/templates/generic_form_subtemplate.html index 4cee0dac94..b894ea2ef0 100755 --- a/apps/common/templates/generic_form_subtemplate.html +++ b/apps/common/templates/generic_form_subtemplate.html @@ -77,8 +77,8 @@ {% endif %} - {% if sidebar %} -

+ {% if side_bar %} +

{% else %} {% endif %} diff --git a/apps/web_theme/templates/web_theme_base.html b/apps/web_theme/templates/web_theme_base.html index 9874a06036..5fbcc7180c 100755 --- a/apps/web_theme/templates/web_theme_base.html +++ b/apps/web_theme/templates/web_theme_base.html @@ -81,14 +81,14 @@ {% endif %} {% block web_theme_messages %}{% endblock %} {% block web_theme_content %}{% endblock %} - + {% block web_theme_footer %}{% endblock %} - + - + + {% endif %} - +