mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
Delete the old zulip.com "referrals" system.
This system hasn't been in active use for several years, and had some problems with it's design. So it makes sense to just remove it to declutter the codebase. Fixes #5655.
This commit is contained in:
@@ -184,7 +184,6 @@ def home_real(request):
|
||||
# These end up in a global JavaScript Object named 'page_params'.
|
||||
page_params = dict(
|
||||
# Server settings.
|
||||
share_the_love = settings.SHARE_THE_LOVE,
|
||||
development_environment = settings.DEVELOPMENT,
|
||||
debug_mode = settings.DEBUG,
|
||||
test_suite = settings.TEST_SUITE,
|
||||
|
||||
Reference in New Issue
Block a user