found-n-replaced all instances of name='item_text' w. ='text'

This commit is contained in:
Disco DeDisco
2026-01-19 22:33:21 -05:00
parent 5b1f28db4b
commit 93cc6632c4
3 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@
{% else %}
<input
class="form-control form-control-lg{% if error %} is-invalid{% endif %}"
name="item_text"
name="text"
id="id-new-item"
placeholder="Enter a to-do item"
/>