From 7715dd32ae874fdd6f4c8930049e3355ac132a44 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 18 Sep 2021 20:20:38 -0500 Subject: [PATCH] Fix to use Vue2 Version of Toast --- stashr/templates/base.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/stashr/templates/base.html b/stashr/templates/base.html index 2aa0c26..b875891 100644 --- a/stashr/templates/base.html +++ b/stashr/templates/base.html @@ -9,8 +9,6 @@ - - @@ -28,8 +26,13 @@ - + + + {% block header_script_files %}{% endblock %} {{ emit_tep('base_page_header_script_files') }}