diff --git a/scipost_django/scipost/templates/scipost/navbar.html b/scipost_django/scipost/templates/scipost/navbar.html
index a1d0bdf40bb99ecde938fd05aa1257ba753c2f2a..3a24677d3cfe2a0c952fc8a4a0e153bf0324ddae 100644
--- a/scipost_django/scipost/templates/scipost/navbar.html
+++ b/scipost_django/scipost/templates/scipost/navbar.html
@@ -33,7 +33,7 @@
 
  
 
-        {% if is_active_fellow or "perms.scipost.can_preview_new_features" %}
+        {% if is_active_fellow or perms.scipost.can_preview_new_features %}
           <li class="nav-item" role="presentation">
 
             {% if request.path == '/tasks/list' %}