diff --git a/taccsite_cms/settings_custom.example.py b/taccsite_cms/settings_custom.example.py index 853c2adce..b1656b39b 100644 --- a/taccsite_cms/settings_custom.example.py +++ b/taccsite_cms/settings_custom.example.py @@ -28,8 +28,9 @@ ('standard.html', 'Standard'), ('fullwidth.html', 'Full Width'), - # WARNING: Unintuitive, so only enable as needed e.g. TACC/Core-CMS#868 - # ('plain.html', 'Plain'), + # WARNING: Unintuitive, so only enable as needed + # ('plain.html', 'Plain'), # TACC/Core-CMS#868 + # ('content.html', 'Content Only'), # TACC/Core-CMS#___ ) ######################## diff --git a/taccsite_cms/templates/base.html b/taccsite_cms/templates/base.html index 357f57841..20da894c4 100755 --- a/taccsite_cms/templates/base.html +++ b/taccsite_cms/templates/base.html @@ -51,9 +51,11 @@
{% cms_toolbar %} + {% block header %}