collection_element: Fix post_form for keep_updated to check same property

master
Felix Stupp 3 years ago
parent 0d51df0dc6
commit 67569da5f6
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -22,7 +22,7 @@
<li>
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") }}
</li>
{% if collection.watch_in_order %}
<li>

Loading…
Cancel
Save