{% extends "core_auth/base.html" %} {% block title %}Create account{% endblock %} {% block content %}

Create account

A verification email will be sent after registration.

{% csrf_token %} {{ form.as_p }}

Already have an account?

{% endblock %}