aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-08-03 16:26:16 +0100
committerMatthew Lemon <y@yulqen.org>2024-08-03 16:26:16 +0100
commit7b757fcd38ca560139aa3c4c86ae57b4c6afe2dd (patch)
tree76f63bd0f576660154f90dd5f2119edd9b3d1006 /pyblackbird_cc/templates
parenta75aca148ba7db29e14e30f2e0707b1efac1ff94 (diff)
wip: adding the update thumbnails form
Diffstat (limited to 'pyblackbird_cc/templates')
-rw-r--r--pyblackbird_cc/templates/resources/resource_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/pyblackbird_cc/templates/resources/resource_detail.html
index f6de740..f520340 100644
--- a/pyblackbird_cc/templates/resources/resource_detail.html
+++ b/pyblackbird_cc/templates/resources/resource_detail.html
@@ -35,7 +35,7 @@
{% if request.user.is_authenticated %}<a href="#" class="text-danger">Replace the PDFs</a>{% endif %}
</div>
<div>
- {% if request.user.is_authenticated %}<a href="#" class="text-danger">Replace the preview images</a>{% endif %}
+ {% 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>