diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-28 16:06:29 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-28 16:06:29 -0500 |
commit | 46371385ee5d95217b7b1fb636e17d9277835f69 (patch) | |
tree | d2d5dba329036cb1c5fee4df3df43ffadf113c08 /new-account.lisp | |
parent | c4363a63dbfee6ca4fbc7e35cc5a2b5329f7383f (diff) |
Tweaks
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")) |