diff --git a/conservancy/usethesource/templates/usethesource/candidate.html b/conservancy/usethesource/templates/usethesource/candidate.html index d38444bc982799a74016cb5a4dc8011c976b2e78..b31a11f246b93398f3dbe2342c830446c39e5425 100644 --- a/conservancy/usethesource/templates/usethesource/candidate.html +++ b/conservancy/usethesource/templates/usethesource/candidate.html @@ -23,8 +23,19 @@

Released: {{ candidate.release_date }}

-
Download source
-
Download image
+ {% if candidate.show_download_disclaimer %} +
Download source
+
Download image
+ {% else %} +
+ {% csrf_token %} + +
+
+ {% csrf_token %} + +
+ {% endif %}