{% extends "zerver/base.html" %} {% set entrypoint = "confirm-preregistrationuser" %} {% 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. #}
{% endblock %}