We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ae106 commit e42a5a5Copy full SHA for e42a5a5
cookbook/form/form_collections.rst
@@ -744,7 +744,7 @@ you need to have a complete custom prototype you can render it yourself:
744
.. code-block:: html+jinja
745
data-prototype="{% filter escape %}{% include 'AcmeTaskBundle:Task:prototypeTask.html.twig' with { 'form': form.task.get('prototype') } %}{% endfilter %}"
746
747
-The included `AcmeTaskBundle:Task:prototypeTask.html.twig` contains the
+The included ``AcmeTaskBundle:Task:prototypeTask.html.twig`` contains the
748
markup used for the prototype. This way you can not only easily structure
749
your prototype-markup, you can also use this markup to render the
750
contents of the collection when it already holds items:
0 commit comments