diff --git a/conservancy/usethesource/templates/usethesource/download.html b/conservancy/usethesource/templates/usethesource/download.html new file mode 100644 index 0000000000000000000000000000000000000000..792441c51c0bd9795b1a23f777b6a415493dbe5e --- /dev/null +++ b/conservancy/usethesource/templates/usethesource/download.html @@ -0,0 +1,17 @@ +{% extends "usethesource/base.html" %} + +{% block content %} + {{ block.super }} + +
+

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 +
+
+{% endblock content %}