From e2bf5ed4e29c59dcde9401302c736ba2994bca05 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Mon, 3 Apr 2023 03:17:34 +0000 Subject: [PATCH] Gwa Gwa --- gallery/templates/groups/group.html | 31 +---------------------------- gallery/templates/layout.html | 10 +++++----- 2 files changed, 6 insertions(+), 35 deletions(-) diff --git a/gallery/templates/groups/group.html b/gallery/templates/groups/group.html index 3f388c8..66df5da 100644 --- a/gallery/templates/groups/group.html +++ b/gallery/templates/groups/group.html @@ -53,7 +53,7 @@ {% endif %} -
+ @@ -83,32 +83,3 @@ {% endif %} {% endblock %} - -{% block script %} - -{% endblock %} \ No newline at end of file diff --git a/gallery/templates/layout.html b/gallery/templates/layout.html index 6c82af7..b6bf41c 100644 --- a/gallery/templates/layout.html +++ b/gallery/templates/layout.html @@ -28,6 +28,10 @@ {% assets "js_pre" %} {% endassets %} + + {% assets "js_post" %} + + {% endassets %} {% assets "styles" %} @@ -150,11 +154,7 @@ {% for message in get_flashed_messages() %} addNotification('{{ message[0] }}', {{ message[1] }}); {% endfor %} - - - {% assets "js_post" %} - - {% endassets %} + {% block script %}{% endblock %}