summary refs log tree commit diff stats
path: root/templates/template.html
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-09-17 19:50:34 +0200
committerckrinitsin <101062646+ckrinitsin@users.noreply.github.com>2025-09-17 19:52:46 +0200
commit723d19d5ee37e607c4c4d9c7b4450b7f8a5aa543 (patch)
tree61729dc1a0a77db955699278a547ecd3fb9452f1 /templates/template.html
parentd24932bcf42ae2af9a01590554d889c2dbe22778 (diff)
downloadshopping-list-master.tar.gz
shopping-list-master.zip
Fix item toggle HEAD master
Diffstat (limited to 'templates/template.html')
-rw-r--r--templates/template.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html
index b92f716..861e43d 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -178,6 +178,7 @@
                 {{ .Text }}
                 <form action="{{ $.base_path }}toggle" method="POST">
                     <input type="hidden" name="id" value="{{ .ID }}" />
+                    <input type="hidden" name="checked" value="{{ .Checked }}" />
                     <button type="submit" />
                 </form>
                 </li>