We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddf22e commit b21fda8Copy full SHA for b21fda8
examples/templates/examples/create_book.html
@@ -1,6 +1,6 @@
1
{% load widget_tweaks %}
2
3
-<form method="post" action="">
+<form method="post" action="" novalidate>
4
{% csrf_token %}
5
6
<div class="modal-header">
examples/templates/examples/update_book.html
0 commit comments