Skip to content

Commit b21fda8

Browse files
committed
remove html5 form field validation in examples
1 parent dddf22e commit b21fda8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/templates/examples/create_book.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% load widget_tweaks %}
22

3-
<form method="post" action="">
3+
<form method="post" action="" novalidate>
44
{% csrf_token %}
55

66
<div class="modal-header">

examples/templates/examples/update_book.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% load widget_tweaks %}
22

3-
<form method="post" action="">
3+
<form method="post" action="" novalidate>
44
{% csrf_token %}
55

66
<div class="modal-header">

0 commit comments

Comments
 (0)