{% extends "webpage/base.html" %} {% block content %}

{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %} {% load crispy_forms_tags %} {% crispy form form.helper %}
{% endblock %}