cmsmanage/rentals
Adam Goldsmith 5ae60be3b4 [rentals] Use widget_tweaks to apply CSS classes to form fields
... instead of subclassing ModelForm to apply a class to all fields
2022-03-15 21:50:43 -04:00
..
migrations [rentals] Add Notes field to LockerInfo 2022-02-18 14:55:57 -05:00
templates/rentals [rentals] Use widget_tweaks to apply CSS classes to form fields 2022-03-15 21:50:43 -04:00
__init__.py Add first attempt at locker rental management 2022-01-25 00:56:11 -05:00
admin.py [rentals] Show notes in changelist of LockerInfo 2022-02-18 15:35:03 -05:00
apps.py Add and apply black formatter 2022-01-25 00:56:30 -05:00
forms.py [rentals] Use widget_tweaks to apply CSS classes to form fields 2022-03-15 21:50:43 -04:00
models.py [rentals] Add Notes field to LockerInfo 2022-02-18 14:55:57 -05:00
tests.py Add first attempt at locker rental management 2022-01-25 00:56:11 -05:00
urls.py [rentals] Store more info on lockers and allow editing via front end 2022-02-16 17:12:30 -05:00
views.py [rentals] Fix form field ids in lockerIndex view 2022-02-17 00:07:36 -05:00