From 5cc7401b6226fa835c4732091a5e19ac371e3da5 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 27 May 2019 10:39:39 +0200
Subject: [PATCH] Add link to Colleges in navbar

---
 scipost/templates/scipost/navbar.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html
index aea43d5c8..a53fc2ac9 100644
--- a/scipost/templates/scipost/navbar.html
+++ b/scipost/templates/scipost/navbar.html
@@ -67,6 +67,7 @@
                 <div class="dropdown-item"><a href="{% url 'submissions:submit_manuscript' %}">Submit a manuscript</a>&nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></div>
                 <div class="dropdown-item"><a href="{% url 'submissions:author_guidelines' %}">Author guidelines</a>&nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></div>
                 <div class="dropdown-item"><a href="{% url 'submissions:referee_guidelines' %}">Referee guidelines</a>&nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></div>
+		<div class="dropdown-item"><a href="{% url 'colleges:colleges' %}">Editorial Colleges</a>&nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></div>
               </div>
             </div>
             <div class="dropdown-divider"></div>
-- 
GitLab