From 32b9575cefa9eede2be68ea8464a7c70d52e4105 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 14 Feb 2018 12:39:03 +0100 Subject: Archaeological site: search view (refs #3913) - add site to profile - allow alternate label in menus for sites - add entry in menu - basic configuration of site model --- ishtar_common/context_processors.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ishtar_common/context_processors.py') diff --git a/ishtar_common/context_processors.py b/ishtar_common/context_processors.py index 93d524d2b..437ceb677 100644 --- a/ishtar_common/context_processors.py +++ b/ishtar_common/context_processors.py @@ -68,7 +68,4 @@ def get_base_context(request): dct['EXTRA_JS'] += "\n" + "\n".join(media.render_js()) if settings.EXTRA_VERSION: dct['VERSION'] += "-" + unicode(settings.EXTRA_VERSION) - profile = get_current_profile() - if profile: - dct['raw_css'] = profile.get_raw_css() return dct -- cgit v1.2.3