fix: "ask anonymously" checkbox

This commit is contained in:
trisua 2025-07-08 14:36:14 -04:00
parent d67e7c9c33
commit 4ebd7e6c2b

View file

@ -800,7 +800,7 @@
}"))
(text "{%- endif %}"))
(text "{% if not is_global and allow_anonymous and not user -%}")
(text "{% if not is_global and allow_anonymous and user -%}")
(div
("class" "flex gap-2 items-center")
(input