mirror of
https://github.com/reality/dbot.git
synced 2025-04-02 13:57:01 +02:00
21 lines
506 B
Plaintext
21 lines
506 B
Plaintext
extends layout
|
|
|
|
block content
|
|
div#backlink
|
|
a(href='/') « Home
|
|
br
|
|
if message
|
|
p #{message}
|
|
div#login
|
|
form(action='/login', method='post')
|
|
input(type="hidden", name="redirect", value=redirect)
|
|
p
|
|
key Username
|
|
input(type="text", name="username")
|
|
p
|
|
key Password
|
|
input(type="password", name="password")
|
|
p
|
|
input(type="submit", value="Log In")
|
|
|