diff options
Diffstat (limited to 'templates/template.html')
| -rw-r--r-- | templates/template.html | 1 |
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> |