You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.1 KiB

extends ../layouts/main
block content
form(method="POST", action="/auth/login").uk-form
section.uk-section.uk-section-default
.uk-container
fieldset.uk-fieldset
legend(class="uk-text-center uk-text-left@m").uk-legend Member Login
if loginResult
div(uk-alert).uk-alert.uk-alert-danger= loginResult
.uk-margin
label(for="username", class="uk-visible@m").uk-form-label Username or email address
input(id="username", name="username", type="text", placeholder="Enter username or email address").uk-input
.uk-margin
label(for="password", class="uk-visible@m").uk-form-label Password
input(id="password", name="password", type="password", placeholder="Enter password").uk-input
.uk-text-muted.uk-text-small.uk-margin-small-top Remember that password we said you shouldn't forget? Type that here.
section.uk-section.uk-section-secondary.uk-section-xsmall
.uk-container
.uk-margin
.uk-flex.uk-flex-center
button(type="submit").uk-button.dtp-button-primary Login