{% extends "base.html" %} {% block title %}Registration form {% endblock %} {% block content %} Please provide the following details.
{% csrf_token %} {{ form.as_p }}
{% endblock content %}