initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
$message
|
||||
<div class="identity">
|
||||
<img src="/static/img/charon-seal.png" alt="">
|
||||
<h1>Sign in</h1>
|
||||
<p>Manage your Sticknife account request.</p>
|
||||
</div>
|
||||
<form method="post" action="/login" class="stack">
|
||||
<label>Username or email <input name="identifier" autocomplete="username" required></label>
|
||||
<label>Password <input name="password" type="password" autocomplete="current-password" required></label>
|
||||
<button class="primary" type="submit">Sign in</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user