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 %} - +