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

Registration

{{form.as_p}}
{% endblock %}