From 944946e59eed859e4d6d78c50c86c1a012e4652c Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Sat, 17 Mar 2018 13:11:42 +0530 Subject: [PATCH] Update cms_models.py --- datacenterlight/cms_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenterlight/cms_models.py b/datacenterlight/cms_models.py index 5f5e34c9..df54589e 100644 --- a/datacenterlight/cms_models.py +++ b/datacenterlight/cms_models.py @@ -135,7 +135,7 @@ class DCLNavbarPluginModel(CMSPlugin): def get_logo_dark(self): # used only if atleast one logo exists - return self.logo_dark.url if self.logo_dark else self.logo_white.url + return self.logo_dark.url if self.logo_dark else self.logo_light.url def get_logo_light(self): # used only if atleast one logo exists