[rentals] Add notes field to locker index dropdowns

This commit is contained in:
Adam Goldsmith 2022-05-05 17:30:58 -04:00
parent e14e57c39e
commit 9932a8dfa9

View File

@ -13,6 +13,7 @@ class LockerInfoForm(forms.ModelForm):
"bitting_code",
"renter",
"reserved",
"notes",
]
widgets = {
"renter": autocomplete.ModelSelect2(