diff --git a/templates/_turbo_control.html.twig b/templates/_turbo_control.html.twig index 281b21f2..a9f78c2e 100644 --- a/templates/_turbo_control.html.twig +++ b/templates/_turbo_control.html.twig @@ -1,23 +1,19 @@ {% block flashes %} {# Insert flashes #} - + {% endblock %} - - {# Insert info about when the sidebar trees were updated last time, so the sidebar_tree_controller can decide if it needs to reload the tree #} diff --git a/templates/admin/base_admin.html.twig b/templates/admin/base_admin.html.twig index e9fc0fb9..f710981d 100644 --- a/templates/admin/base_admin.html.twig +++ b/templates/admin/base_admin.html.twig @@ -195,10 +195,7 @@ {% endif %} - - {# Include turbo control things, so we can still control page title and reloading #} - {% include "_turbo_control.html.twig" %} - {% endblock %} \ No newline at end of file + {% endblock %}