From db9c6e1b84a5e1e7bf51da62d89adf1693f8eb13 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sat, 6 Sep 2025 19:24:03 +0000 Subject: [PATCH] Update web/templates/entry_add.html --- web/templates/entry_add.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/web/templates/entry_add.html b/web/templates/entry_add.html index 0805224..5aa55b3 100644 --- a/web/templates/entry_add.html +++ b/web/templates/entry_add.html @@ -14,9 +14,7 @@
- {{ form.subject.as_widget(attrs={ - 'placeholder': 'Separate subjects with commas (e.g., Faith, Love, Patience)' - }) }} + {{ form.subject }} {% if form.subject.errors %}
{{ form.subject.errors|striptags }}
{% endif %}
@@ -35,16 +33,12 @@
- {{ form.scripture_raw.as_widget(attrs={ - 'placeholder': 'Use WOL abbreviations; separate refs with ; (e.g., Joh 3:16; Ps 23:1-4)' - }) }} + {{ form.scripture_raw }} {% if form.scripture_raw.errors %}
{{ form.scripture_raw.errors|striptags }}
{% endif %}
- {{ form.source.as_widget(attrs={ - 'placeholder': 'Use correct WOL mnemonic for linking; otherwise Google search' - }) }} + {{ form.source }} {% if form.source.errors %}
{{ form.source.errors|striptags }}
{% endif %}
@@ -52,9 +46,7 @@
- {{ form.talk_title.as_widget(attrs={ - 'placeholder': 'Will auto-fill when a Talk Number is selected' - }) }} + {{ form.talk_title }} {% if form.talk_title.errors %}
{{ form.talk_title.errors|striptags }}
{% endif %}