From 7c20f65121964bc9a04392bcd4030adfb463d21e Mon Sep 17 00:00:00 2001 From: Mike Bennett Date: Fri, 1 Mar 2024 19:42:05 +0000 Subject: [PATCH] Turn off client side from validation because of inconsistencies --- app/templates/components/request_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/request_form.html b/app/templates/components/request_form.html index 25da90e..22f9814 100644 --- a/app/templates/components/request_form.html +++ b/app/templates/components/request_form.html @@ -1,2 +1,2 @@ {% from 'bootstrap5/form.html' import render_form %} -{{ render_form(form, form_type="horizontal", horizontal_columns=('lg',4,8)) }} \ No newline at end of file +{{ render_form(form, form_type="horizontal", horizontal_columns=('lg',4,8), novalidate=True) }} \ No newline at end of file