diff options
Diffstat (limited to 'site/login.lisp')
-rw-r--r-- | site/login.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/login.lisp b/site/login.lisp index 7d07bb2..cb1f82f 100644 --- a/site/login.lisp +++ b/site/login.lisp @@ -8,7 +8,7 @@ (defun login-page () (page (:title "V A M P I R E ~ LOGIN") (:div (:h1 "I vant to suck your blood") - (:form :method "POST" :action (wknd:route-to 'session.create) + (:form :method "POST" :action (wknd:route-to 'create.session) (:input :placeholder "Name" :name "name") (:br) (:input :placeholder "Password" :type "password" :name "password") |