We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda8156 commit 9005984Copy full SHA for 9005984
cookbook/form/form_collections.rst
@@ -671,7 +671,7 @@ you need to have a complete custom prototype you can render it yourself:
671
.. code-block:: html+jinja
672
data-prototype="{% filter escape %}{% include 'AcmeTaskBundle:Task:prototypeTask.html.twig' with { 'form': form.task.get('prototype') } %}{% endfilter %}"
673
674
-The included `AcmeTaskBundle:Task:prototypeTask.html.twig` contains the
+The included ``AcmeTaskBundle:Task:prototypeTask.html.twig`` contains the
675
markup used for the prototype. This way you can not only easily structure
676
your prototype-markup, you can also use this markup to render the
677
contents of the collection when it already holds items:
0 commit comments