zulip/zephyr/context_processors.py

5 lines
112 B
Python
Raw Normal View History

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