diff options
Diffstat (limited to 'new-account.lisp')
-rw-r--r-- | new-account.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new-account.lisp b/new-account.lisp index b0ccae7..ea265a7 100644 --- a/new-account.lisp +++ b/new-account.lisp @@ -3,6 +3,7 @@ (in-package :vampire) (defun new-accout-page (body) + (include-style body) (with-clog-create body (div () (section (:h2 :content "Create a new account")) |