diff --git a/scipost/templates/scipost/header.html b/scipost/templates/scipost/header.html
index dfa33ee5474d151ad23151bc8bbca9261d475c75..3e80b026f5cd47ba96cd40e11886a05dc67977c6 100644
--- a/scipost/templates/scipost/header.html
+++ b/scipost/templates/scipost/header.html
@@ -1,4 +1,7 @@
 {% load staticfiles %}
+{% load user_groups %}
+
+{% is_editorial_college request.user as is_editorial_college %}
 
 <header>
     <div class="container">
diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html
index 295ae2a29f6cdd1cf79dca8a98dbbd6a9851795a..08e1e3883c19c4494823e47cdefd8d2d163a2c32 100644
--- a/scipost/templates/scipost/navbar.html
+++ b/scipost/templates/scipost/navbar.html
@@ -2,9 +2,6 @@
 {% load staticfiles %}
 {% load notifications_tags %}
 {% load scipost_extras %}
-{% load user_groups %}
-
-{% is_editorial_college request.user as is_editorial_college %}
 
 <nav class="navbar navbar-expand-lg main-nav">
     <!-- <a class="navbar-brand mr-auto mr-lg-0" href="#">Offcanvas navbar</a> -->