mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Remove page_params.domain.
This commit is contained in:
@@ -51,7 +51,6 @@ class HomeTest(ZulipTestCase):
|
||||
"default_language_name",
|
||||
"desktop_notifications_enabled",
|
||||
"development_environment",
|
||||
"domain",
|
||||
"domains",
|
||||
"email",
|
||||
"emoji_alt_code",
|
||||
|
||||
@@ -213,7 +213,6 @@ def home_real(request):
|
||||
# TODO: Move all of these data to register_ret and pull from there
|
||||
realm_uri = user_profile.realm.uri,
|
||||
password_auth_enabled = password_auth_enabled(user_profile.realm),
|
||||
domain = user_profile.realm.domain,
|
||||
domains = list_of_domains_for_realm(user_profile.realm),
|
||||
name_changes_disabled = name_changes_disabled(user_profile.realm),
|
||||
mandatory_topics = user_profile.realm.mandatory_topics,
|
||||
|
||||
Reference in New Issue
Block a user