From 6f68cae86623641ca07413bddb51502dca7cbdac Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Mon, 4 Mar 2019 21:44:04 +0100 Subject: [PATCH] Add 1 link --- scipost/templates/scipost/header.html | 3 +++ scipost/templates/scipost/navbar.html | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scipost/templates/scipost/header.html b/scipost/templates/scipost/header.html index dfa33ee54..3e80b026f 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 295ae2a29..08e1e3883 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> --> -- GitLab