{% extends "base.html" %} {% block content %}
{{ form.as_p }}
{% if form.errors %}

Please correct the errors below

{% endif %} {% endblock %}