0.10.2 mail alert by new routes
This commit is contained in:
@@ -23,6 +23,7 @@ class RouteForm(forms.ModelForm):
|
||||
|
||||
|
||||
try:
|
||||
|
||||
if 'phone' in cleaned_data and 'phone' in cleaned_data:
|
||||
from BaseModels.validators.form_field_validators import get_phone_valid_error
|
||||
error = get_phone_valid_error(cleaned_data["phone"])
|
||||
|
||||
Reference in New Issue
Block a user