From 9b63a78261e13e6032f6c58541a6f38e041054d1 Mon Sep 17 00:00:00 2001
From: bcanini <canini.16@osu.edu>
Date: Mon, 8 Oct 2018 10:17:29 -0400
Subject: [PATCH] asc_bootstrap - updating logout link in footer

---
 web/themes/asc_bootstrap/templates/system/includes/_footer.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/themes/asc_bootstrap/templates/system/includes/_footer.twig b/web/themes/asc_bootstrap/templates/system/includes/_footer.twig
index 2212a60c3b..408198f9f8 100644
--- a/web/themes/asc_bootstrap/templates/system/includes/_footer.twig
+++ b/web/themes/asc_bootstrap/templates/system/includes/_footer.twig
@@ -52,7 +52,7 @@
         </li>
         <li>
           {% if logged_in %}
-            <a href="/logout">
+            <a href="/user/logout">
               LOGOUT: {{ user.displayname }}
             </a>
           {% else %}
-- 
GitLab