diff --git a/scrumli.lisp b/scrumli.lisp index 14a2cdd..02ac3ce 100644 --- a/scrumli.lisp +++ b/scrumli.lisp @@ -181,7 +181,8 @@ (if (not (logged-in-p)) (scrumli-templates:login `(:title ,(page-title "Login") - :csss ,(list *scrumli-bootstrap-css-location*) + :csss ,(list *scrumli-bootstrap-css-location* + *scrumli-font-awesome-css-location*) :jss ,(list *scrumli-bootstrap-js-location* "https://login.persona.org/include.js" (genurl 'login-js)))) diff --git a/templates/scrumli.tmpl b/templates/scrumli.tmpl index b86c4be..bf422ff 100644 --- a/templates/scrumli.tmpl +++ b/templates/scrumli.tmpl @@ -44,7 +44,10 @@
-