diff --git a/conservancy/usethesource/templates/usethesource/download.html b/conservancy/usethesource/templates/usethesource/download.html index 792441c51c0bd9795b1a23f777b6a415493dbe5e..a58c0ad21fe16ca459b15d305abf592298faf582 100644 --- a/conservancy/usethesource/templates/usethesource/download.html +++ b/conservancy/usethesource/templates/usethesource/download.html @@ -5,13 +5,19 @@

Download

-

File: {{ download_url }}

-

By downloading this, you agree to use it only for the purposes of GPL compliance checking, unless otherwise permitted by the license.

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