mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
portico: Add hint text for invite only realm on /login.
Fixes: #10542 This will make obvious for users what to do when they are not able to login. Test added by hackerkid.
This commit is contained in:
committed by
Tim Abbott
parent
f3767b909c
commit
bbb07aed38
@@ -131,6 +131,12 @@ page can be easily identified in it's respective JavaScript file. -->
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if realm_invite_required %}
|
||||
<div class="contact-admin">
|
||||
<p class="invite-hint">{{ _("Don't have an account yet? You need to be invited to join this organization.") }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user