diff --git a/views/global_layout.csp b/views/global_layout.csp index 3a634d6..873e345 100644 --- a/views/global_layout.csp +++ b/views/global_layout.csp @@ -17,10 +17,10 @@
- <%c++ if (/*sessionData*/true) {%> + <%c++ if (sessionData) {%>

My bots - <%c++ if (/*sessionData->moderator*/true) {%> + <%c++ if (sessionData->moderator) {%> Unapproved bots <%c++ }%> Register bot