aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/forms.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly handles the unique constraint on feature_slotMatthew Lemon2024-05-261-2/+4
|
* Better presentation of the feature resourcesMatthew Lemon2024-05-261-1/+7
|
* Basic feature slot presentation in index pageMatthew Lemon2024-05-261-0/+1
|
* wip: create form now as a feature fieldMatthew Lemon2024-05-261-1/+6
|
* Tests validation of resource create formMatthew Lemon2024-05-241-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.
* wip: markdown implemented for description field but working on help_textMatthew Lemon2024-05-161-1/+10
|
* Basic form to update Resource metadataMatthew Lemon2024-05-151-16/+22
|
* Tidying up the create form - using custom cssMatthew Lemon2024-05-151-1/+1
|
* Adds crispy forms helperMatthew Lemon2024-05-141-7/+40
|
* Can now upload to SpacesMatthew Lemon2024-05-141-0/+106