mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00: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 }
|