fix form create route
This commit is contained in:
SDE
2023-07-25 16:31:14 +03:00
parent 95f76e769a
commit 0febab97c8

View File

@@ -7,6 +7,8 @@ from .models import *
class CreateRouteForm(forms.ModelForm):
from_address_point_txt = forms.CharField(required=True)
to_address_point_txt = forms.CharField(required=True)
class Meta:
model = Route
exclude = [