3
0
mirror of https://github.com/reality/dbot.git synced 2025-04-01 21:37:01 +02:00
dbot/views/login.jade
2013-07-29 20:16:53 +00:00

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")