Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87d6884

Browse filesBrowse files
pfleuxabbuh
authored andcommitted
Correction needed
There is an error in the prototype customization chapter. "tasks" must be "form"
1 parent c57f756 commit 87d6884
Copy full SHA for 87d6884

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/form/form_customization.rst

Copy file name to clipboardExpand all lines: cookbook/form/form_customization.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ will be able to change the widget for each task as follows:
762762

763763
{% block _tasks_entry_widget %}
764764
<tr>
765-
<td>{{ form_widget(task.task) }}</td>
766-
<td>{{ form_widget(task.dueDate) }}</td>
765+
<td>{{ form_widget(form.task) }}</td>
766+
<td>{{ form_widget(form.dueDate) }}</td>
767767
</tr>
768768
{% endblock %}
769769

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.