diff --git a/web/themes/asc_bootstrap/templates/system/includes/_footer.twig b/web/themes/asc_bootstrap/templates/system/includes/_footer.twig
index 2212a60c3b8dc49e13fcea787570af3a9f289090..408198f9f802c72a1cc054a0c763032c49dd8d18 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 %}