{% extends "usethesource/base.html" %} {% block content %} {{ block.super }}

Download

{% csrf_token %} {% if form.agree.errors %}
{{ form.agree.errors }}
{% endif %}
{{ form.agree }} {{ form.agree.label_tag }}
Back
{% endblock content %}