Just a test
This commit is contained in:
parent
0b293df0e3
commit
842b642919
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class InquiryView(FormView):
|
|||
|
||||
def form_invalid(self, form):
|
||||
print(repr(form.errors))
|
||||
return redirect(reverse_lazy("frontend:index") + "?invalid=true")
|
||||
return redirect(reverse_lazy("frontend:index") + "?invalid=verytrue")
|
||||
|
||||
def form_valid(self, form):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue