Back to Zulip

{{ _("Confirming your email address") }}

templates/confirmation/confirm_preregistrationuser.html

12.0467 B
Original Source

{% extends "zerver/base.html" %} {% set entrypoint = "redirect-to-post" %} {% block title %}

{{ _("Confirming your email address") }} | Zulip{% endblock %} {% block content %} {# This template is referenced by the confirmation code and does not have the requisite context to make a useful signup form. Therefore, we immediately post to another view which executes in our code to produce the desired form. #} {{ csrf_input }} {% if next %} {% endif %}{% endblock %}