From 96ee4746ad0690d813632052793be3168148d531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Sun, 28 Jan 2024 23:07:38 +0100 Subject: [PATCH] Fix JS bundle caching --- bookmarks/templates/bookmarks/archive.html | 2 -- bookmarks/templates/bookmarks/form.html | 2 -- bookmarks/templates/bookmarks/index.html | 2 -- bookmarks/templates/bookmarks/layout.html | 1 + bookmarks/templates/bookmarks/shared.html | 2 -- 5 files changed, 1 insertion(+), 8 deletions(-) diff --git a/bookmarks/templates/bookmarks/archive.html b/bookmarks/templates/bookmarks/archive.html index 8168423..d7c0b5c 100644 --- a/bookmarks/templates/bookmarks/archive.html +++ b/bookmarks/templates/bookmarks/archive.html @@ -43,6 +43,4 @@ - - {% endblock %} diff --git a/bookmarks/templates/bookmarks/form.html b/bookmarks/templates/bookmarks/form.html index 83ec994..b460a45 100644 --- a/bookmarks/templates/bookmarks/form.html +++ b/bookmarks/templates/bookmarks/form.html @@ -115,8 +115,6 @@ {% endif %} Nevermind - - {% endblock %} diff --git a/bookmarks/templates/bookmarks/layout.html b/bookmarks/templates/bookmarks/layout.html index 0fabaf7..cb595b8 100644 --- a/bookmarks/templates/bookmarks/layout.html +++ b/bookmarks/templates/bookmarks/layout.html @@ -122,5 +122,6 @@ {% block content %} {% endblock %} + diff --git a/bookmarks/templates/bookmarks/shared.html b/bookmarks/templates/bookmarks/shared.html index 6889832..a4913cd 100644 --- a/bookmarks/templates/bookmarks/shared.html +++ b/bookmarks/templates/bookmarks/shared.html @@ -46,6 +46,4 @@ - - {% endblock %}