diff --git a/rentals/forms.py b/rentals/forms.py index 7c1cc76..d331bcf 100644 --- a/rentals/forms.py +++ b/rentals/forms.py @@ -13,6 +13,7 @@ class LockerInfoForm(forms.ModelForm): "bitting_code", "renter", "reserved", + "notes", ] widgets = { "renter": autocomplete.ModelSelect2(