From 4126205ac4e8dcd32208279b8d3ead7ead1c981f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 25 Jan 2021 14:20:05 +0000 Subject: [PATCH] . --- rapids/forms.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rapids/forms.py b/rapids/forms.py index f5a6551c..c98304c5 100755 --- a/rapids/forms.py +++ b/rapids/forms.py @@ -1,8 +1,10 @@ from django.forms import ( + Form, ModelForm, ModelMultipleChoiceField, ModelChoiceField, ChoiceField, + CharField, ) from django.forms import inlineformset_factory