found some lingering List references in the template dir; summarily changed to Note

This commit is contained in:
Disco DeDisco
2026-03-11 14:10:56 -04:00
parent f45740d8b3
commit 50ee983e27
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
id="id_text"
name="text"
class="form-control form-control-lg{% if form.errors.text %} is-invalid{% endif %}"
placeholder="Enter a to-do item"
placeholder="Enter a note item"
value="{{ form.text.value | default:'' }}"
aria-describedby="id_text_feedback"
required