From f089a16d745e30f82c0f91c2b2e867c47cd712e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 7 Jun 2020 17:16:11 +0200 Subject: [PATCH] Fixed Reel calculator when accessing via ajax load. --- templates/base.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 3fa875e3..9e01abdf 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -81,6 +81,10 @@ {% endblock %} + + {% block scripts %} + + {% endblock %} @@ -119,9 +123,5 @@ {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('ru2ftwofactor') }} {% endblock %} - -{% block scripts %} - -{% endblock %}