From 05a7be7d4f2f26a6c16697c0d401823d059e4d74 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 3 Sep 2025 04:03:18 +0000 Subject: [PATCH] Update web/templates/entry_view.html --- web/templates/entry_view.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/templates/entry_view.html b/web/templates/entry_view.html index 8a3163b..690ca4d 100644 --- a/web/templates/entry_view.html +++ b/web/templates/entry_view.html @@ -115,7 +115,7 @@
{% if scripture_list %} {% for sc in scripture_list %} - {{ sc }} {% endfor %} @@ -662,4 +662,7 @@ function showToast(message, duration = 3000) { })(); + + + {% endblock %} \ No newline at end of file