1 2 3 4
class SearchLet(Form): district = Field(widget=SelectMultiple(choices=DISTRICTS, required=False) ...
I'm using the following cod...
I'm using the following cod...