Skip to content

Commit 3c052ae

Browse files
committed
Fix Sphinx link
2 parents ba348c0 + 47f358e commit 3c052ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book/forms.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,11 @@ the documentation for each type.
668668
:ref:`disable HTML5 validation <book-forms-html5-validation-disable>`
669669
or set the ``required`` option on your field to ``false``::
670670

671+
<<<<<<< HEAD
671672
->add('dueDate', DateType::class, array(
673+
=======
674+
->add('dueDate', 'date', array(
675+
>>>>>>> 47f358ec7f1b06bd5697f6bf325ad79bc91157b0
672676
'widget' => 'single_text',
673677
'required' => false
674678
))

0 commit comments

Comments
 (0)