From c9b75c338e00a5082d65a03e9a5b39561ab9366b Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 15 May 2020 23:40:30 +0200 Subject: [PATCH] move theme.js to static/ and include it in base.html --- static/{assets => }/js/theme.js | 0 templates/base.html | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename static/{assets => }/js/theme.js (100%) diff --git a/static/assets/js/theme.js b/static/js/theme.js similarity index 100% rename from static/assets/js/theme.js rename to static/js/theme.js diff --git a/templates/base.html b/templates/base.html index 0f1827c8..c5e21753 100644 --- a/templates/base.html +++ b/templates/base.html @@ -170,7 +170,8 @@ - + + {% block script %}