aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_card.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/templates/resources/resource_card.html')
-rw-r--r--pyblackbird_cc/templates/resources/resource_card.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_card.html b/pyblackbird_cc/templates/resources/resource_card.html
index 67807cc..687438c 100644
--- a/pyblackbird_cc/templates/resources/resource_card.html
+++ b/pyblackbird_cc/templates/resources/resource_card.html
@@ -37,6 +37,8 @@
<div class="card-footer">
<a href="{% url 'resources:resource_update_metadata' resource.id %}"
class="btn btn-outline-primary btn-sm">Edit</a>
+ <a href="{% url 'resources:resource_update_thumbnails' resource.id %}"
+ class="btn btn-outline-primary btn-sm">Edit Feature Images</a>
</div>
{% endif %}
</div> \ No newline at end of file