ytkns/templates/auth/login.html
2020-06-10 16:03:13 +00:00

12 lines
408 B
HTML

<h1 class="page-title">Log in</h1>
<form action="/auth/login" method="post" class="auth">
:auth_error
:auth_fields
<label class="auth-option">
<input type="checkbox" name="remember" class="auth-option-input" :auth_remember/> Stay logged in
</label>
<div class="auth-buttons">
<input type="submit" value="Log in" class="auth-buttons-button"/>
</div>
</form>