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