Skip to content

Commit 0817f94

Browse files
committed
Minor tweak
1 parent fc0623e commit 0817f94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

form/form_themes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ Fragment Naming for Collections
283283
When using a :doc:`collection of forms </form/form_collections>`, the fragment
284284
of each collection item follows the pattern ``_field-name_entry_part``. For
285285
example, if your form field is named ``tasks``, the fragment for each task will
286-
be named ``_tasks_entry`` (``_tasks_entry_row``, ``_tasks_entry_label``, ``_tasks_entry_widget``, ``_tasks_entry_error``)
286+
be named ``_tasks_entry`` (``_tasks_entry_row``, ``_tasks_entry_label``,
287+
``_tasks_entry_widget``, ``_tasks_entry_error``)
287288

288289
Template Fragment Inheritance
289290
.............................

0 commit comments

Comments
 (0)