changeset 60:5b91865546cf

Fix logout link
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 22 Jul 2022 21:39:26 -0700
parents 8476f6028ee9
children 51ea67f319e3
files assets/index_dashboard.html.hbs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/assets/index_dashboard.html.hbs	Fri Jul 22 21:36:43 2022 -0700
+++ b/assets/index_dashboard.html.hbs	Fri Jul 22 21:39:26 2022 -0700
@@ -54,7 +54,7 @@
     <!-- Header -->
     <div id="header">
         <span id="logo">AnaLyrics</span>
-        <form id="logout" action="/logout" method="POST">
+        <form id="logout" action="logout" method="POST">
             <input type="submit" value="Log out" />
         </form>
         <div class="useraction"><b>{{username}}</b>.</div>