Back to Zulip

{{ _("Log in to your organization") }}

templates/zerver/realm_redirect.html

12.0894 B
Original Source

{% extends "zerver/portico.html" %} {% block title %}

{{ _("Log in to your organization") }} | Zulip{% endblock %} {% block portico_content %}

{{ _("Log in to your organization") }}

{{ csrf_input }}

{{ _("Organization URL") }}

.{{external_host}}

{% if form.subdomain.errors %} {% for error in form.subdomain.errors %} {{ error }} {% endfor %} {% endif %}

{{ _("Don't know your organization URL?") }} {{ _("Find your organization.") }}

{{ _('Next') }}

{% trans org_creation_link="/new/" %} Create a new organization if you don't have one yet. {% endtrans %}

{{ _("Self-hosting Zulip?") }} {% trans self_hosted_login_help="https://zulip.com/help/self-hosted-billing#log-in-to-billing-management" %} You can log in to manage plans and billing. {% endtrans %}

{% endblock %}