forgor file 💀

This commit is contained in:
Evert Prants 2022-08-28 17:46:59 +03:00
parent 53fb0b38c6
commit 1495e8092f
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 24 additions and 0 deletions

24
views/password.pug Normal file
View File

@ -0,0 +1,24 @@
extends ./partials/layout.pug
block title
|Security check | Icy Network
block body
include ./partials/logo.pug
div.container
div.center-box
h1 Please enter your current password
if message.text
if message.error
.alert.alert-danger
span #{message.text}
else
.alert.alert-success
span #{message.text}
form(method="post")
div.form-container
input#csrf(type="hidden", name="_csrf", value=csrf)
label.form-label(for="password") Password
input.form-control#password(type="password", name="password", autofocus)
button.btn.btn-primary(type="submit") Submit