Back to Zulip

{{ _("Try Zulip in a demo organization") }}

templates/zerver/create_realm/create_demo_realm.html

12.0804 B
Original Source

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

{{ _("Try Zulip in a demo organization") }} | Zulip{% endblock %} {% block portico_content %}

{{ _("Try Zulip in a demo organization") }}

{% trans %} No email required. Or create a permanent organization. {% endtrans %}

{{ csrf_input }} {% include 'zerver/create_realm/realm_creation_base_form_fields.html' %} {% include 'zerver/create_realm/found_zulip_form_field.html' %} {% if terms_of_service %} {% include 'zerver/create_user/terms_of_service_form_field.html' %} {% endif %} {{ _("Try Zulip") }} {% if has_captcha %} {% if form.captcha.errors %} {% for error in form.captcha.errors %}

{{ error }}

{% endfor %} {% endif %} {{ form.captcha }} {% endif %}

{% endblock %}