diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm index ad66c53..0d493b2 100644 --- a/server/templates/collection_element.htm +++ b/server/templates/collection_element.htm @@ -40,12 +40,12 @@ Watch In Order: {{ collection.watch_in_order | tenary("Yes", "no") }} {%- if collection.watch_in_order_auto %} (automatic){% endif %} - {{ macros.post_form(api_uri, "watch_in_order", collection.watch_in_order | tenary("false", "true"), "umschalten") }} + {{ macros.post_form(api_uri, "watch_in_order", collection.watch_in_order | tenary("false", "true"), "toggle") }}
  • Keep Updated: {{ collection.keep_updated | tenary("Yes", "no") }} - {{ macros.post_form(api_uri, "keep_updated", collection.keep_updated | tenary("false", "true"), "umschalten") }} + {{ macros.post_form(api_uri, "keep_updated", collection.keep_updated | tenary("false", "true"), "toggle") }}
  • {% set stats = collection.stats %}