We have email verification
This commit is contained in:
6
templates/404.pug
Normal file
6
templates/404.pug
Normal file
@@ -0,0 +1,6 @@
|
||||
extends ./base.pug
|
||||
|
||||
block content
|
||||
h1 Error 404
|
||||
p.
|
||||
This page does not exist.
|
||||
@@ -30,12 +30,12 @@ html
|
||||
a.btn.btn-light(href=getUrl("login"), role='button')
|
||||
| Sign in
|
||||
li.nav-item
|
||||
a.btn.btn-success(href='#', role='button')
|
||||
a.btn.btn-success(href=getUrl("signup"), role='button')
|
||||
| Sign up
|
||||
else
|
||||
li.nav-item
|
||||
a.nav-link(href='#')
|
||||
| Username
|
||||
| #{session.user._username.value}
|
||||
li.nav-item
|
||||
a.btn.btn-light(href=getUrl("logout"), role='button')
|
||||
| Log out
|
||||
|
||||
Reference in New Issue
Block a user