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

Please correct the following errors

{% else %}

Submit

{% endif %}
{% csrf_token %} {{ form }}

{% endblock %}