From 2de3f8fff9b625f939b6cb2744165e88e518d4a1 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 21 May 2014 16:56:58 -0700 Subject: [PATCH] eliminate unnecessary css -- it was already in planetstack.css --- planetstack/core/plus/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetstack/core/plus/views.py b/planetstack/core/plus/views.py index 407ad38..9b26e51 100644 --- a/planetstack/core/plus/views.py +++ b/planetstack/core/plus/views.py @@ -64,7 +64,7 @@ class DashboardDynamicView(TemplateView): if (fn=="slice_interactions"): # fix for slice_interactions - it gives its container div a 40px # margin, and then positions it's header at -40px - template = '
' + template + '
' + template = '
' + template + '
' return template except: return "failed to open %s" % fn -- 2.45.2