Improve welcome page
This commit is contained in:
parent
eb02ba5ba5
commit
266cd2f4d2
2 changed files with 10 additions and 14 deletions
|
|
@ -6,8 +6,9 @@ include partials/header.pug
|
|||
.card-header
|
||||
| Paramètres du compte
|
||||
.card-body
|
||||
.alert.alert-danger
|
||||
| !{.FormErrors}
|
||||
if .FormErrors
|
||||
.alert.alert-danger
|
||||
| #{.FormErrors}
|
||||
form#login(method="post")
|
||||
.mb-3
|
||||
label.form-label(for="email") Adresse email
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue