deployed => production

(imported from commit 2d7b0a7a73b0c84b32634a88af1e0d666139d4ff)
This commit is contained in:
David Roe
2015-08-21 00:53:11 -07:00
committed by Tim Abbott
parent d702ddb3cf
commit f79adf830f
6 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ def add_settings(request):
# will render even if the appropriate context is not provided
# to the template
'not_enterprise': not settings.ENTERPRISE,
'deployed': settings.PRODUCTION,
'zulip_com': settings.ZULIP_COM,
'zulip_admin': settings.ZULIP_ADMINISTRATOR,
'login_url': settings.HOME_NOT_LOGGED_IN,
'only_sso': settings.ONLY_SSO,