From 8e54fe7adf821f079237d72df5e2f0bc104815ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org>
Date: Sun, 31 Oct 2021 15:52:55 +0100
Subject: [PATCH] Add missing closing tags

---
 .../scipost/templates/scipost/portal/_hx_publications.html       | 1 +
 .../scipost/templates/scipost/portal/_hx_submissions_base.html   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_publications.html b/scipost_django/scipost/templates/scipost/portal/_hx_publications.html
index ecf18fd81..f4889adda 100644
--- a/scipost_django/scipost/templates/scipost/portal/_hx_publications.html
+++ b/scipost_django/scipost/templates/scipost/portal/_hx_publications.html
@@ -65,4 +65,5 @@
     document.getElementById("id_proceedings").value = null
     }
     })
+  </script>
 {% endblock footer_script %}
diff --git a/scipost_django/scipost/templates/scipost/portal/_hx_submissions_base.html b/scipost_django/scipost/templates/scipost/portal/_hx_submissions_base.html
index 264eb6b33..b3bf9ec9c 100644
--- a/scipost_django/scipost/templates/scipost/portal/_hx_submissions_base.html
+++ b/scipost_django/scipost/templates/scipost/portal/_hx_submissions_base.html
@@ -63,4 +63,5 @@
     document.getElementById("id_proceedings").value = null
     }
     })
+  </script>
 {% endblock footer_script %}
-- 
GitLab