mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
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 }
|