Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi into observer3.0
[plstackapi.git] / planetstack / core / context_processors.py
diff --git a/planetstack/core/context_processors.py b/planetstack/core/context_processors.py
new file mode 100644 (file)
index 0000000..270ec4e
--- /dev/null
@@ -0,0 +1,4 @@
+from django.conf import settings
+
+def planetstack(request):
+    return {"DISABLE_MINIDASHBOARD": settings.DISABLE_MINIDASHBOARD}