diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -72,7 +72,7 @@ <%cnt=0%> <%namespace name="dt" file="/data_table/_dt_elements.html"/> - % if c.visual.lightweight_dashboard is False: + % if not c.visual.lightweight_dashboard: ## old full detailed version
@@ -131,7 +131,7 @@ % endif - % if c.visual.lightweight_dashboard is False: + % if not c.visual.lightweight_dashboard: