Banner context fixed parent() passed to template

This commit is contained in:
2021-09-15 10:42:56 +02:00
parent e03f41ffbc
commit d7a4e6c037
4 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
{% endblock %}
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('mod_async_upload') }}
{% endblock %}

View File

@@ -9,6 +9,7 @@
{% endblock %}
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('mod_async_upload') }}
{% endblock %}

View File

@@ -37,6 +37,7 @@
{% endblock %}
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('mod_async_upload') }}
{% endblock %}

View File

@@ -10,6 +10,7 @@
{% block js %}
{{ parent() }}
{{ encore_entry_script_tags('mod_async_upload') }}
{% endblock %}