From c6ce22f3193abc929321d0e83e0b443bbdb51f7e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 29 Dec 2023 16:11:08 +0100 Subject: [PATCH] Also run login javascript when page is loaded --- umap/templates/umap/content.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/umap/templates/umap/content.html b/umap/templates/umap/content.html index f3315db2..da8c2b05 100644 --- a/umap/templates/umap/content.html +++ b/umap/templates/umap/content.html @@ -37,7 +37,10 @@ {% endblock content %} {% block bottom_js %} {{ block.super }} + -{% endblock bottom_js %} + {% endblock bottom_js %} {% block footer %} {{ block.super }} {% include "umap/content_footer.html" %}