{% extends 'base.html' %} {% block content %}

Register


{% csrf_token %} {% if form.errors %} {% endif %} {{ form.as_p }}
{% endblock %}