aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-22Removes form helper() and changes font in inputMatthew Lemon1-2/+0
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-20bugfix: assign price of 0 to resource without Price objectMatthew Lemon1-0/+5
2024-10-20Can now delete item from basketMatthew Lemon1-1/+0
- if is only one item left, it is deleted along with the basket - if there are more than one, just that one is deleted - TODO needs proper handling of the confirmation page - it's not formatted. htmx?
2024-10-20bugfix: detail view failed if user had no shopping cartMatthew Lemon1-4/+6
2024-10-20Cart shows items in it; disables buttons if item in basketMatthew Lemon1-0/+13
- Rough cart icon in navbar - Shows items in cart - Styled dependent on existence - Add to cart buttons disabled if resource in cart, on resource list page and detail page - Throws 404 error if trying add item to cart which has no price - eventually all items will have a price
2024-10-19Changes the Resource to include Stripe referenceMatthew Lemon2-7/+31
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon41-0/+2242