realm-icon: Fix variable name for realm icon source.

This commit is contained in:
K.Kanakhin
2017-03-06 11:06:23 +06:00
committed by Tim Abbott
parent d4a004c420
commit 72424f3a9f
3 changed files with 4 additions and 4 deletions

View File

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