aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/forms.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-151-274/+0
|
* Some formatting changes and calming down ruff slightlyMatthew Lemon2024-09-111-1/+1
|
* Fix bug in subcategories choices funcMatthew Lemon2024-09-101-1/+4
|
* All tests pass and sign-up page is editableMatthew Lemon2024-09-101-37/+44
|
* Logo and new navbar and new detail designMatthew Lemon2024-09-011-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
* The Cancel button is now managed by crispy forms.Matthew Lemon2024-08-081-3/+10
|
* Add feature to add PDFs to resourcesMatthew Lemon2024-08-031-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.
* Updated help text in form field.Matthew Lemon2024-08-031-1/+1
|
* Adds ability to update the thumbnail/feature imagesMatthew Lemon2024-08-031-7/+21
|
* wip: adding the update thumbnails formMatthew Lemon2024-08-031-0/+26
|
* Ordering the subcategories dropdown list on the update form.Matthew Lemon2024-08-011-0/+1
|
* Fix bug where new subcategories were being created on selectionMatthew Lemon2024-08-011-3/+4
|
* Fix error with validation on additional_resource_categoryMatthew Lemon2024-08-011-1/+0
|
* wip: Adds a new model for additional categoriesMatthew Lemon2024-07-291-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,
* Formatting changes onlyMatthew Lemon2024-07-291-25/+24
|
* wip: creating a multiple choice field for additional categoriesMatthew Lemon2024-07-291-2/+11
|
* Curriculum is optional and age ranges are fixedMatthew Lemon2024-07-111-0/+1
|
* 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