aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_detail.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-08-03 17:24:35 +0100
committerMatthew Lemon <y@yulqen.org>2024-08-03 17:24:35 +0100
commit1afd527efe4e2a1a481b9cf52cdd915356b1d58a (patch)
tree059374a13ce3fec6979e34a3645a5f48b2a13eb8 /pyblackbird_cc/templates/resources/resource_detail.html
parent7b757fcd38ca560139aa3c4c86ae57b4c6afe2dd (diff)
Adds ability to update the thumbnail/feature images
Diffstat (limited to 'pyblackbird_cc/templates/resources/resource_detail.html')
-rw-r--r--pyblackbird_cc/templates/resources/resource_detail.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/pyblackbird_cc/templates/resources/resource_detail.html
index f520340..4a513af 100644
--- a/pyblackbird_cc/templates/resources/resource_detail.html
+++ b/pyblackbird_cc/templates/resources/resource_detail.html
@@ -34,9 +34,6 @@
<div>
{% if request.user.is_authenticated %}<a href="#" class="text-danger">Replace the PDFs</a>{% endif %}
</div>
- <div>
- {% if request.user.is_authenticated %}<a href="{% url "resources:resource_update_thumbnails" resource.id %}" class="text-danger">Replace the preview images</a>{% endif %}
- </div>
</div>
</div>
</div>