mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
emails/password_reset: Fix multiple accounts realm uri listing.
This commit is contained in:
parent
e7c7b19507
commit
941cd0bb2f
@ -13,7 +13,7 @@
|
||||
organizations.
|
||||
<ul>
|
||||
{% for active_account in active_accounts %}
|
||||
<li>{{ active_accounts.realm.uri }}</li>
|
||||
<li>{{ active_account.realm.uri }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
You can try logging in or resetting your password in the organization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user