Skip to content

Commit 1f326f0

Browse files
committed
minor #1302 [Docs] Remove double {{ form_start(form) }} (JeroenMoonen)
This PR was merged into the 2.x branch. Discussion ---------- [Docs] Remove double {{ form_start(form) }} | Q | A | ------------- | --- | Bug fix? |no | New feature? |no | Issues | Fix | License | MIT Remove double form start in docs. Commits ------- db67904 Remove double {{ form_start(form) }}
2 parents 4db9944 + db67904 commit 1f326f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,8 +1943,6 @@ Override the specific block for comment items:
19431943
{% form_theme form 'components/_form_theme_comment_list.html.twig' %}
19441944

19451945
<div {{ attributes }}>
1946-
{{ form_start(form) }}
1947-
19481946
{{ form_start(form) }}
19491947
{{ form_row(form.title)
19501948

0 commit comments

Comments
 (0)