{% extends 'base.html' %} {% block script %} {{ block.super }} {% if form.media %}{{ form.media }}{% endif %} {% endblock script %} {% block content %}
{% csrf_token %} {% if instructions %} {# No, we dont' have to close that

tag. This is HTML5 baby! #}

{{ instructions }} {% endif %} {{ form }}

{% endblock content %}