From fd1bc6777df5b4c85c899e3bcdd1293a6bead630 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 3 Aug 2024 21:39:57 +0100 Subject: Add feature to add PDFs to resources Implemented the ability to upload and manage PDFs for resources. Added the necessary form, view, and templates to support this functionality. Updated routes and UI elements to integrate the new feature seamlessly. --- pyblackbird_cc/templates/resources/resource_detail.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyblackbird_cc/templates/resources/resource_detail.html') diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/pyblackbird_cc/templates/resources/resource_detail.html index 4a513af..67694fa 100644 --- a/pyblackbird_cc/templates/resources/resource_detail.html +++ b/pyblackbird_cc/templates/resources/resource_detail.html @@ -31,9 +31,6 @@ class="text-danger">Edit this resource {% endif %} -
- {% if request.user.is_authenticated %}Replace the PDFs{% endif %} -
-- cgit v1.2.3