From a461f58179deffbc822c90411f732150630d3cc0 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 8 Apr 2019 21:05:48 +0200 Subject: [PATCH] use html+twig instead of twig for some examples --- doctrine/registration_form.rst | 2 +- form/form_customization.rst | 2 +- quick_tour/flex_recipes.rst | 4 ++-- quick_tour/the_architecture.rst | 2 +- security/csrf.rst | 2 +- security/form_login_setup.rst | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doctrine/registration_form.rst b/doctrine/registration_form.rst index b90a8b41efd..176cc458b7f 100644 --- a/doctrine/registration_form.rst +++ b/doctrine/registration_form.rst @@ -185,7 +185,7 @@ register.html.twig The template renders the form: -.. code-block:: twig +.. code-block:: html+twig {% extends 'base.html.twig' %} diff --git a/form/form_customization.rst b/form/form_customization.rst index dcfbef5dd2c..35aa348aa99 100644 --- a/form/form_customization.rst +++ b/form/form_customization.rst @@ -327,7 +327,7 @@ This test will check if the current choice is equal to the ``selected_value`` or if the current choice is in the array (when ``selected_value`` is an array). -.. code-block:: twig +.. code-block:: html+twig