This commit is contained in:
Cayo Puigdefabregas 2024-07-30 22:54:00 +02:00
parent da1e40b7ed
commit e599743ca8

View file

@ -1,6 +1,7 @@
from django import forms
from lot.models import Lot
class LotsForm(forms.Form):
lots = forms.ModelMultipleChoiceField(
queryset=Lot.objects.all(),