diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index 37cc0762..01a8e5da 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -8,7 +8,6 @@ from openstack_dashboard import exceptions from openstack_dashboard.settings import HORIZON_CONFIG DEBUG = <%= @django_debug.to_s.capitalize %> -TEMPLATE_DEBUG = DEBUG <% if @site_branding %> SITE_BRANDING = '<%= @site_branding %>'