From e4011e9d64caadc1bf9b2d3fb15fbc52c36573b4 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 15 Dec 2024 14:23:59 -0300 Subject: [PATCH] refactor: remove interact.js --- app/templates/layouts/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/layouts/base.html b/app/templates/layouts/base.html index 23310c8..4c9dde9 100644 --- a/app/templates/layouts/base.html +++ b/app/templates/layouts/base.html @@ -20,7 +20,6 @@ {% block extra_styles %}{% endblock %} {% include 'includes/scripts.html' %} - {% block extra_js_head %}{% endblock %}