Skip to content

Commit

Permalink
Remove double {{ form_start(form) }}
Browse files Browse the repository at this point in the history
Remove
  • Loading branch information
JeroenMoonen authored Nov 28, 2023
1 parent 7989f27 commit db67904
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1943,8 +1943,6 @@ Override the specific block for comment items:
{% form_theme form 'components/_form_theme_comment_list.html.twig' %}

<div {{ attributes }}>
{{ form_start(form) }}

{{ form_start(form) }}
{{ form_row(form.title)

Expand Down

0 comments on commit db67904

Please sign in to comment.