Remove page_params.domain.

This commit is contained in:
Rishi Gupta
2017-03-13 12:13:27 -07:00
committed by Tim Abbott
parent 9df26a296f
commit 098797cd36
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ class HomeTest(ZulipTestCase):
"default_language_name",
"desktop_notifications_enabled",
"development_environment",
"domain",
"domains",
"email",
"emoji_alt_code",

View File

@@ -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,