aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_detail.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add feature to add PDFs to resourcesMatthew Lemon2024-08-031-3/+0
| | | | 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.
* Adds ability to update the thumbnail/feature imagesMatthew Lemon2024-08-031-3/+0
|
* wip: adding the update thumbnails formMatthew Lemon2024-08-031-1/+1
|
* Better display of number of files in PDFMatthew Lemon2024-07-071-4/+6
| | | | | | | | - The header bar now contains a Number of files: X dependent on the number of files in the resource - The File Preview header now includes a counter number if this is a multi-page PDF - The title of PDF file is put alongside the File Preview text in the h4
* Better implementation of carouselMatthew Lemon2024-07-071-2/+4
| | | | | | - Removed the primary coloured background - Changed the colour of the next and previous icons - Reduced the width of the actual image
* Basic implementation of a carouselMatthew Lemon2024-07-041-9/+28
| | | | Needs lots of work and tidying up mind...
* wip: markdown implemented for description field but working on help_textMatthew Lemon2024-05-161-2/+3
|
* Basic form to update Resource metadataMatthew Lemon2024-05-151-2/+16
|
* wip: fixing list pageMatthew Lemon2024-05-141-1/+1
|
* Further tidyingMatthew Lemon2024-05-141-1/+1
|
* Further tidyingMatthew Lemon2024-05-141-18/+18
|
* Adds bootstrap, rids us of the CDN and better styling on detail pageMatthew Lemon2024-05-141-44/+60
|
* Trying to improve the CSS of the detail pageMatthew Lemon2024-05-141-39/+53
|
* Adds crispy forms helperMatthew Lemon2024-05-141-20/+20
|
* Can now upload to SpacesMatthew Lemon2024-05-141-0/+50