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 %}