realm_redirect: Add help for self hosted users to login.

This commit is contained in:
Aman Agrawal
2025-09-25 09:21:40 +05:30
committed by Tim Abbott
parent 05b2036acd
commit 8b8d23cc5f
2 changed files with 10 additions and 0 deletions

View File

@@ -48,6 +48,12 @@
<a target="_blank" rel="noopener noreferrer" href="{{ org_creation_link }}">Create a new organization</a> if you don't have one yet.
{% endtrans %}
</div>
<div class="bottom-text self-hosting-login-help-text">
{{ _("Self-hosting Zulip?") }}
{% trans self_hosted_login_help="https://zulip.com/help/self-hosted-billing#log-in-to-billing-management" %}
You can <a target="_blank" rel="noopener noreferrer" href="{{ self_hosted_login_help }}">log in to manage plans and billing.</a>
{% endtrans %}
</div>
</div>
</div>

View File

@@ -1579,3 +1579,7 @@ button#register_auth_button_gitlab {
cursor: not-allowed;
}
}
.self-hosting-login-help-text {
margin-top: 10px;
}