diff options
Diffstat (limited to 'views/login.pug')
-rw-r--r-- | views/login.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/login.pug b/views/login.pug index a470b59..c6e5c21 100644 --- a/views/login.pug +++ b/views/login.pug @@ -4,6 +4,7 @@ html head include head title Login + +altcha_script() body include header article @@ -28,6 +29,7 @@ html label Password: br input(type="password" name="password" required) + +altcha_widget() p button(type="submit") Login p |