Update create.html

Add invisible Tick box
This commit is contained in:
DaCHack
2025-08-18 18:58:04 +02:00
committed by GitHub
parent 7619b16e32
commit 7d8f98b51c

View File

@@ -25,6 +25,7 @@
{%- call macros.card(title="Settings") %}
{{ macros.form_field(form.keep) }}
{{ macros.form_field(form.scan) }}
{{ macros.form_field(form.invisible) }}
{{ macros.form_field(form.folders) }}
{%- endcall %}