blob: c62dce0af79d7a838fe4de6d2b9e47898cde8962 (
plain)
1
2
3
4
5
6
7
8
9
|
<h2>Authentication Required</h2>
<form method="post" action="{{action}}">
<input type="hidden" name="redirect" value={{redirect}}" />
<table>
<tr><td><label for="username">Username:</label></td><td><input id="username" name="username" autofocus /></td></tr>
<tr><td><label for="password">Password:</label></td><td><input id="password" name="password" type="password" /></td></tr>
<tr><td colspan="2"><input value="Login" type="submit" /></td></tr>
</table>
</form>
|