From 4ebd7e6c2b7aaed92360e4117f09b6c7892ecef1 Mon Sep 17 00:00:00 2001 From: trisua Date: Tue, 8 Jul 2025 14:36:14 -0400 Subject: [PATCH] fix: "ask anonymously" checkbox --- crates/app/src/public/html/components.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/app/src/public/html/components.lisp b/crates/app/src/public/html/components.lisp index 156875e..d8c192f 100644 --- a/crates/app/src/public/html/components.lisp +++ b/crates/app/src/public/html/components.lisp @@ -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