aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/forms.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-22couple of minor tweaksMatthew Lemon1-1/+2
2024-10-22Resource upload form has all the bits it needsMatthew Lemon1-16/+4
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-4/+4
2024-09-11Some formatting changes and calming down ruff slightlyMatthew Lemon1-1/+1
2024-09-10Fix bug in subcategories choices funcMatthew Lemon1-1/+4
2024-09-10All tests pass and sign-up page is editableMatthew Lemon1-37/+44
2024-09-01Logo and new navbar and new detail designMatthew Lemon1-6/+3
- logo in place - new navbar - removed Joanna Lemon, etc - tidying up the detail page, using cards and nicer titles - better detail panel at the top of the page with a table in it
2024-08-08The Cancel button is now managed by crispy forms.Matthew Lemon1-3/+10
2024-08-03Add feature to add PDFs to resourcesMatthew Lemon1-1/+40
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.
2024-08-03Updated help text in form field.Matthew Lemon1-1/+1
2024-08-03Adds ability to update the thumbnail/feature imagesMatthew Lemon1-7/+21
2024-08-03wip: adding the update thumbnails formMatthew Lemon1-0/+26
2024-08-01Ordering the subcategories dropdown list on the update form.Matthew Lemon1-0/+1
2024-08-01Fix bug where new subcategories were being created on selectionMatthew Lemon1-3/+4
2024-08-01Fix error with validation on additional_resource_categoryMatthew Lemon1-1/+0
2024-07-29wip: Adds a new model for additional categoriesMatthew Lemon1-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-29Formatting changes onlyMatthew Lemon1-25/+24
2024-07-29wip: creating a multiple choice field for additional categoriesMatthew Lemon1-2/+11
2024-07-11Curriculum is optional and age ranges are fixedMatthew Lemon1-0/+1
2024-05-26Correctly handles the unique constraint on feature_slotMatthew Lemon1-2/+4
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