Files
zulip/zephyr/context_processors.py
Keegan McAllister 8819bdc0fc Hide most of the navbar on the deployed app
(imported from commit 3b055588f7de805bf1b038f1bc6c03837eda010a)
2012-10-15 18:44:36 -04:00

5 lines
112 B
Python

from django.conf import settings
def add_settings(context):
return { 'full_navbar': settings.FULL_NAVBAR }