[rentals] Add notes field to locker index dropdowns
This commit is contained in:
parent
e14e57c39e
commit
9932a8dfa9
@ -13,6 +13,7 @@ class LockerInfoForm(forms.ModelForm):
|
||||
"bitting_code",
|
||||
"renter",
|
||||
"reserved",
|
||||
"notes",
|
||||
]
|
||||
widgets = {
|
||||
"renter": autocomplete.ModelSelect2(
|
||||
|
Loading…
Reference in New Issue
Block a user