mirror of https://github.com/zulip/zulip.git
5 lines
112 B
Python
5 lines
112 B
Python
|
from django.conf import settings
|
||
|
|
||
|
def add_settings(context):
|
||
|
return { 'full_navbar': settings.FULL_NAVBAR }
|