{% extends "admin/login.html" %} {% comment %} A template to display the user registration form. :context form: registration form :context messages: success messages {% endcomment %} {% block content %} Please enter your information here. Upon submission, you will be sent an email allowing you to set your password.
{% csrf_token %} {{ form.as_p }}
Back to login {% endblock %}