Skip to content

Commit

Permalink
minor #1302 [Docs] Remove double {{ form_start(form) }} (JeroenMoonen)
Browse files Browse the repository at this point in the history
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) }}
  • Loading branch information
kbond committed Nov 28, 2023
2 parents 4db9944 + db67904 commit 1f326f0
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 1f326f0

Please sign in to comment.