{% extends "cast/cast_base.html" %} {% load staticfiles %} {% block content %}

Back to Blog

{% if form.errors %} {% endif %}
{% csrf_token %} {{ form.media }} {{ form.as_p }}

{% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}