mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
realm-icon: Fix variable name for realm icon source.
This commit is contained in:
@@ -214,8 +214,8 @@ def home_real(request):
|
||||
password_auth_enabled = password_auth_enabled(user_profile.realm),
|
||||
domain = user_profile.realm.domain,
|
||||
domains = list_of_domains_for_realm(user_profile.realm),
|
||||
realm_icon_url = realm_icon_url(user_profile.realm),
|
||||
realm_icon_source = user_profile.realm.icon_source,
|
||||
realm_icon_url = register_ret['realm_icon_url'],
|
||||
realm_icon_source = register_ret['realm_icon_source'],
|
||||
name_changes_disabled = name_changes_disabled(user_profile.realm),
|
||||
mandatory_topics = user_profile.realm.mandatory_topics,
|
||||
show_digest_email = user_profile.realm.show_digest_email,
|
||||
|
||||
Reference in New Issue
Block a user