{% extends "base.html" %} {% block title %}Register{% endblock %} {% block content %} {{ header("Almost Done", "Thanks for registering") }}

You will receive an email with the subject {{ subject }}.

You must click the link in the email to complete registration.

If you don't see the email, check your spam folder.

{% endblock %} {% block js %} {% endblock %}