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

Please correct the error{{ errors|pluralize }} below. {% for i in errors %}
{{ i }} {% endfor %}

{% endif %}
{% endblock %}