mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
h1 Log in
|
|
|
|
form(method="POST", action="/session")
|
|
p
|
|
label(for="username") User name:<br />
|
|
input#username(name="username")
|
|
p
|
|
label(for="password") Password:<br />
|
|
input#password(type="password", name="password")
|
|
p
|
|
input(type="submit", value="Log in");
|
|
|
|
p
|
|
a(href="/users/new") Register New User |