Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-01 | Ordering the subcategories dropdown list on the update form. | Matthew Lemon | 1 | -0/+1 | |
2024-08-01 | Fix bug where new subcategories were being created on selection | Matthew Lemon | 1 | -3/+4 | |
2024-08-01 | Fix error with validation on additional_resource_category | Matthew Lemon | 1 | -1/+0 | |
2024-07-29 | wip: Adds a new model for additional categories | Matthew Lemon | 1 | -3/+5 | |
- Adds new ResourceSubcategory - Uses this for choices= in the Resource form (create) - Adds this new model to the admin Doesn't validate in the edit form yet, | |||||
2024-07-29 | Formatting changes only | Matthew Lemon | 1 | -25/+24 | |
2024-07-29 | wip: creating a multiple choice field for additional categories | Matthew Lemon | 1 | -2/+11 | |
2024-07-11 | Curriculum is optional and age ranges are fixed | Matthew Lemon | 1 | -0/+1 | |
2024-05-26 | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 1 | -2/+4 | |
2024-05-26 | Better presentation of the feature resources | Matthew Lemon | 1 | -1/+7 | |
2024-05-26 | Basic feature slot presentation in index page | Matthew Lemon | 1 | -0/+1 | |
2024-05-26 | wip: create form now as a feature field | Matthew Lemon | 1 | -1/+6 | |
2024-05-24 | Tests validation of resource create form | Matthew Lemon | 1 | -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-16 | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 1 | -1/+10 | |
2024-05-15 | Basic form to update Resource metadata | Matthew Lemon | 1 | -16/+22 | |
2024-05-15 | Tidying up the create form - using custom css | Matthew Lemon | 1 | -1/+1 | |
2024-05-14 | Adds crispy forms helper | Matthew Lemon | 1 | -7/+40 | |
2024-05-14 | Can now upload to Spaces | Matthew Lemon | 1 | -0/+106 | |