From 52dafc99d328239e3c333c583c0bbc82826c44f4 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Tue, 27 Mar 2018 00:54:44 +0530 Subject: [PATCH 1/2] ungleich gmbh -> ungleich glarus ag, settings page fix --- datacenterlight/cms_models.py | 4 ++-- .../templates/datacenterlight/base.html | 2 +- .../templates/datacenterlight/base_hosting.html | 4 ++-- .../templates/datacenterlight/cms/base.html | 2 +- .../datacenterlight/includes/_footer.html | 2 +- hosting/static/hosting/css/landing-page.css | 1 + hosting/templates/hosting/base_short.html | 2 +- hosting/templates/hosting/includes/_footer.html | 4 ++-- hosting/views.py | 16 ++++------------ 9 files changed, 15 insertions(+), 22 deletions(-) diff --git a/datacenterlight/cms_models.py b/datacenterlight/cms_models.py index 8c9ae740..0f46e831 100644 --- a/datacenterlight/cms_models.py +++ b/datacenterlight/cms_models.py @@ -160,7 +160,7 @@ class DCLNavbarDropdownPluginModel(CMSPlugin): class DCLContactPluginModel(CMSPlugin): heading = models.CharField(max_length=100, default="Contact", blank=True) organization_name = models.CharField( - max_length=100, default="ungleich GmbH", blank=True + max_length=100, default="ungleich glarus ag", blank=True ) email = models.EmailField(max_length=200, default="info@ungleich.ch") address = models.CharField( @@ -176,7 +176,7 @@ class DCLContactPluginModel(CMSPlugin): class DCLFooterPluginModel(CMSPlugin): copyright_label = models.CharField( - max_length=100, default='ungleich GmbH', blank=True, + max_length=100, default='ungleich glarus ag', blank=True, help_text='Name of the company alongside the copyright year' ) diff --git a/datacenterlight/templates/datacenterlight/base.html b/datacenterlight/templates/datacenterlight/base.html index 8bdfb65f..75cb8de2 100644 --- a/datacenterlight/templates/datacenterlight/base.html +++ b/datacenterlight/templates/datacenterlight/base.html @@ -9,7 +9,7 @@ - + Data Center Light - {% block title %}VM hosting made in Switzerland{% endblock %} diff --git a/datacenterlight/templates/datacenterlight/base_hosting.html b/datacenterlight/templates/datacenterlight/base_hosting.html index 7e4f7fac..1f8bf1d9 100644 --- a/datacenterlight/templates/datacenterlight/base_hosting.html +++ b/datacenterlight/templates/datacenterlight/base_hosting.html @@ -9,7 +9,7 @@ - + Data Center Light - {% block title %}VM hosting made in Switzerland{% endblock %} @@ -57,7 +57,7 @@ {% if request.user.is_authenticated %} {% else %} diff --git a/datacenterlight/templates/datacenterlight/cms/base.html b/datacenterlight/templates/datacenterlight/cms/base.html index 79bb2bef..0c356735 100644 --- a/datacenterlight/templates/datacenterlight/cms/base.html +++ b/datacenterlight/templates/datacenterlight/cms/base.html @@ -9,7 +9,7 @@ - + {% page_attribute page_title %} diff --git a/datacenterlight/templates/datacenterlight/includes/_footer.html b/datacenterlight/templates/datacenterlight/includes/_footer.html index 4a2d8786..8643deda 100644 --- a/datacenterlight/templates/datacenterlight/includes/_footer.html +++ b/datacenterlight/templates/datacenterlight/includes/_footer.html @@ -39,6 +39,6 @@ - + diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 275292d5..d5236324 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -426,6 +426,7 @@ footer { right: 0; bottom: 0; left: 0; + font-weight: 300; } p.copyright { diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index 2a1e645c..9c1538db 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -63,7 +63,7 @@ {% if request.user.is_authenticated %} {% else %} diff --git a/hosting/templates/hosting/includes/_footer.html b/hosting/templates/hosting/includes/_footer.html index 24f4cea6..a74e529f 100644 --- a/hosting/templates/hosting/includes/_footer.html +++ b/hosting/templates/hosting/includes/_footer.html @@ -1,5 +1,5 @@ -{% load staticfiles %} {% load i18n %} +