diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig index 79f0eecc9..524f1aa1d 100644 --- a/app/Resources/views/base.html.twig +++ b/app/Resources/views/base.html.twig @@ -15,16 +15,12 @@ - {% if google_analytics_enabled %} - - {% endif %} + + {% block google_analytics %} + {% if google_analytics_enabled %} + {% include 'google_analytics.html.twig' %} + {% endif %} + {% endblock %}
Aller au contenu diff --git a/app/Resources/views/event/ticket/payment.html.twig b/app/Resources/views/event/ticket/payment.html.twig index ff05e9869..ef0e55cf5 100644 --- a/app/Resources/views/event/ticket/payment.html.twig +++ b/app/Resources/views/event/ticket/payment.html.twig @@ -8,6 +8,10 @@ {% endblock %} +{% block google_analytics %} + {% include 'google_analytics.html.twig' %} +{% endblock %} + {% block content %}Nous avons bien reçu votre inscription et nous vous en remercions !
- Si vous avez la moindre question, n'hésitez pas à contacter bonjour@afup.org. ++ Si vous avez la moindre question, n'hésitez pas à contacter bonjour@afup.org.
Vous allez recevoir dans quelques instants la facture à l'adresse email de facturation.