From 9932a8dfa99d8bcf690a8043586f19dd4360ce4f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 5 May 2022 17:30:58 -0400 Subject: [PATCH] [rentals] Add notes field to locker index dropdowns --- rentals/forms.py | 1 + 1 file changed, 1 insertion(+) 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(