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

Download

+

File: xyz-image.tar.gz

+ +

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 %}