mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Remove unused FULL_NAVBAR configuration setting.
(imported from commit 47c3be669f7ba44426301a46e3f54054f3e2440b)
This commit is contained in:
@@ -796,11 +796,6 @@ if POPULATE_PROFILE_VIA_LDAP and \
|
||||
else:
|
||||
POPULATE_PROFILE_VIA_LDAP = 'zproject.backends.ZulipLDAPAuthBackend' in AUTHENTICATION_BACKENDS or POPULATE_PROFILE_VIA_LDAP
|
||||
|
||||
if DEPLOYED:
|
||||
FULL_NAVBAR = False
|
||||
else:
|
||||
FULL_NAVBAR = True
|
||||
|
||||
# If an email host is not specified, fail silently and gracefully
|
||||
if not EMAIL_HOST and DEPLOYED:
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend'
|
||||
|
||||
Reference in New Issue
Block a user