From 039d1156902ad5b0994ca0b261198d72d6c71e74 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Fri, 5 Apr 2019 20:49:09 +0200
Subject: [PATCH] Add Forums and Meetings to navbar

---
 scipost/templates/scipost/navbar.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html
index aec258392..cd86e195a 100644
--- a/scipost/templates/scipost/navbar.html
+++ b/scipost/templates/scipost/navbar.html
@@ -209,7 +209,11 @@
                                 <a href="{% url 'organizations:dashboard' %}">Orgs dashboard</a>
                                 &nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i>
                             </div>
-                        {% endif %}
+                            {% endif %}
+			    <div class="dropdown-divider"></div>
+			    <div class="dropdown-item">
+			      <a href="{% url 'forums:forums' %}">Forums and Meetings</a>
+			    </div>
                             <div class="dropdown-divider"></div>
 			    <div class="dropdown-item">
 			      <a href="{% url 'helpdesk:helpdesk' %}">Helpdesk</a>
-- 
GitLab