mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-04-20 01:26:43 +00:00
15 lines
401 B
Text
15 lines
401 B
Text
-extends "base.haml"
|
|
-set page="Login"
|
|
|
|
-block content
|
|
%fieldset.section
|
|
%legend << Login
|
|
|
|
.grid-2col
|
|
%label(for="username") << Username
|
|
%input(id="username" name="username" placeholder="Username" value="{{username or ''}}")
|
|
|
|
%label(for="password") << Password
|
|
%input(id="password" name="password" placeholder="Password" type="password")
|
|
|
|
%input.submit(type="button" value="Login")
|