Commit d3caa3dc authored by Ivan Tyagov's avatar Ivan Tyagov

Fix a logical error as force anonymous gadget is usable with anonymous users only.

parent 266f3c9b
......@@ -84,7 +84,7 @@
\n
<h3 class="handle">\n
<span class="handle">\n
<tal:block tal:condition="python: not (is_anonymous_user or is_anonymous_knowledge_pad_used)">\n
<tal:block tal:condition="python: not (is_anonymous_user and is_anonymous_knowledge_pad_used)">\n
<a class="clickable-block block-remove" \n
i18n:translate="" \n
i18n:domain="ui"\n
......
759
\ No newline at end of file
760
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment