{% extends "cast/cast_base.html" %} {% load static %} {% 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 %}