mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-07 12:46:23 -07:00
8 lines
467 B
HTML
8 lines
467 B
HTML
<form method="POST" action="{{webPath `manage/login`}}" id="login-box" class="staff-form">
|
|
<input type="hidden" name="redirect" value="{{.redirect}}" />
|
|
<table class="login">
|
|
<tr><th class="postblock">Login</th><td><input type="text" name="username" class="logindata" autofocus /></td></tr>
|
|
<tr><th class="postblock">Password</th><td><input type="password" name="password" class="logindata" /></td></tr>
|
|
</table>
|
|
<input type="submit" value="Login" />
|
|
</form>
|