{% extends "base.html" %} {% block title %}Registration form {% endblock %} {% block content %}

Please fill in the following details


{% csrf_token %}
{{ form.as_table }}
  
{% endblock content %}