diff --git a/hobo/context_processors.py b/hobo/context_processors.py index e188f03..04fcf83 100644 --- a/hobo/context_processors.py +++ b/hobo/context_processors.py @@ -83,6 +83,8 @@ class RemoteTemplate: # deployed. return Template('{% block content %}{% endblock %}') self.theme_skeleton_url = context['portal_url'] + '__skeleton__/' + elif not settings.THEME_SKELETON_URL: + return Template('{% block content %}{% endblock %}') else: self.theme_skeleton_url = settings.THEME_SKELETON_URL if item is None: