aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/forms.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-26Better presentation of the feature resourcesMatthew Lemon1-1/+7
2024-05-26Basic feature slot presentation in index pageMatthew Lemon1-0/+1
2024-05-26wip: create form now as a feature fieldMatthew Lemon1-1/+6
2024-05-24Tests validation of resource create formMatthew Lemon1-0/+1
In particular related to the new feature_slot field. Ensures that the feature_slot integer must be unique when attempts to save to the database and that the value given in the form is between 1 and 3.
2024-05-16wip: markdown implemented for description field but working on help_textMatthew Lemon1-1/+10
2024-05-15Basic form to update Resource metadataMatthew Lemon1-16/+22
2024-05-15Tidying up the create form - using custom cssMatthew Lemon1-1/+1
2024-05-14Adds crispy forms helperMatthew Lemon1-7/+40
2024-05-14Can now upload to SpacesMatthew Lemon1-0/+106