aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/update_pdfs.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Cancel button is now managed by crispy forms.Matthew Lemon2024-08-081-2/+0
|
* Add feature to add PDFs to resourcesMatthew Lemon2024-08-031-0/+29
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.