{% extends "base.html" %} {% load staticfiles %} {% block content %}
{% if form.errors %}There were some errors in the information you entered. Please correct the following:
{{ form.non_field_errors }}
{% endblock content %} {% block template_script %} {% endblock template_script %}