fix: "ask anonymously" checkbox
This commit is contained in:
parent
d67e7c9c33
commit
4ebd7e6c2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue