diff --git a/gallery/templates/nav.html b/gallery/templates/nav.html index e440268..94d8961 100644 --- a/gallery/templates/nav.html +++ b/gallery/templates/nav.html @@ -26,6 +26,7 @@ {% endif %} + {% if auth_dict['is_eboard'] or auth_dict['is_rtp'] %} + {% elif auth_dict['is_alumni'] %} +
  • + {% if session['userinfo'].get('member-lock') %} + Switch to Admin Mode + {% else %} + Switch to Member Mode
  • + {% endif %} + {% endif %} +