removed unused error.html template
This commit is contained in:
parent
0c93747464
commit
ae559819d2
@ -1,28 +0,0 @@
|
||||
{% if error %}<h2 style="text-align:center">{{ error }}</h2>{% endif %}
|
||||
<form action="" method="post">
|
||||
{% if redirect %}<input type="hidden" name="redirect" value="{{ redirect }}" />{% endif %}
|
||||
<table style="margin-top:25px;">
|
||||
<tr>
|
||||
<th>
|
||||
Username
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="username" size="20" maxlength="30" value="{{ username }}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
Password
|
||||
</th>
|
||||
<td>
|
||||
<input type="password" name="password" size="20" maxlength="30" value="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<input type="submit" name="login" value="Continue" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
Loading…
Reference in New Issue
Block a user