{% extends "base.html" %} {% load staticfiles %} {% block css %} {{ block.super }} {% endblock css %} {% 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 javascript %} {{ block.super }} {% endblock javascript %}