diff options
Diffstat (limited to 'site/home.lisp')
-rw-r--r-- | site/home.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/home.lisp b/site/home.lisp index 5267985..0b02e0c 100644 --- a/site/home.lisp +++ b/site/home.lisp @@ -9,7 +9,7 @@ (:h1 "hey " (user-name user)) (:br) (:div - (:form :method "POST" :action (wknd:route-to 'session.destroy) + (:form :method "POST" :action (wknd:route-to 'destroy.session) (:button :type "submit" "Logout"))) (:br) (:br) |