Skip to content

Commit bcf3633

Browse files
committed
Remove confusing sample code
1 parent 8dbbbc8 commit bcf3633

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cookbook/form/form_customization.rst

-3
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,6 @@ You can also override the markup for an entire field row using the same method:
666666

667667
.. code-block:: html+jinja
668668

669-
{# _product_name_row.html.twig #}
670-
{% form_theme form _self %}
671-
672669
{% block _product_name_row %}
673670
<div class="name_row">
674671
{{ form_label(form) }}

0 commit comments

Comments
 (0)