Skip to content

Commit

Permalink
Turn off client side from validation because of inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Mar 1, 2024
1 parent e9e1291 commit 7c20f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/request_form.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% from 'bootstrap5/form.html' import render_form %}
{{ render_form(form, form_type="horizontal", horizontal_columns=('lg',4,8)) }}
{{ render_form(form, form_type="horizontal", horizontal_columns=('lg',4,8), novalidate=True) }}

0 comments on commit 7c20f65

Please sign in to comment.