From 9299795d6626dc7372301e9f866cc71b337d11bf Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Tue, 2 Sep 2025 02:03:35 +0000 Subject: [PATCH] Update web/templates/entry_add.html --- web/templates/entry_add.html | 113 ++++++++++++++++++----------------- 1 file changed, 59 insertions(+), 54 deletions(-) diff --git a/web/templates/entry_add.html b/web/templates/entry_add.html index bb8bc27..9564d02 100644 --- a/web/templates/entry_add.html +++ b/web/templates/entry_add.html @@ -180,14 +180,15 @@ if (entryCodeEl && !entryCodeEl.value) { entryCodeEl.value = "{{ request.user.username }}"; } -/* =========================== - Live Scripture Validation - =========================== */ + +