From 67569da5f6c43140c28885a2d073f2e8a5e21717 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 22:52:51 +0200 Subject: [PATCH] collection_element: Fix post_form for keep_updated to check same property --- server/templates/collection_element.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index c75571e..ccd67ce 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -22,7 +22,7 @@
  • Keep Updated: {{ collection.keep_updated | tenary("Yes", "no") }} - {{ macros.post_form(api_uri, "keep_updated", collection.watch_in_order | tenary("false", "true"), "umschalten") }} + {{ macros.post_form(api_uri, "keep_updated", collection.keep_updated | tenary("false", "true"), "umschalten") }}
  • {% if collection.watch_in_order %}