From 0be3266ed36324eefc87cc7dbc7e3f2b2d13254a Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 26 Aug 2017 20:46:51 +0530 Subject: [PATCH] Moved cms toolbar before title tag --- datacenterlight/templates/datacenterlight/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/base.html b/datacenterlight/templates/datacenterlight/base.html index 671d894e..18ce14eb 100644 --- a/datacenterlight/templates/datacenterlight/base.html +++ b/datacenterlight/templates/datacenterlight/base.html @@ -10,9 +10,10 @@ - - Data Center Light - - {% block title %}VM hosting made in Switzerland{% endblock %} + {% cms_toolbar %} + + {% block title %}{% page_attribute page_title %}{% endblock %} + @@ -41,7 +42,6 @@ - {% cms_toolbar %} {% include "datacenterlight/includes/_navbar.html" %}