{% extends "admin/login.html" %} {% comment %} A template to display the user registration form. :context form: registration form :context messages: success messages {% endcomment %} {% block content %} Enter your desired password. After you submit this form, you will have to wait for the site administrator to approve your account.
{% csrf_token %} {{ form.as_p }}
{% endblock %}