Changed the name of submit form to "Login".
This commit is contained in:
parent
c063925600
commit
0989a4cf1a
|
|
@ -59,7 +59,7 @@ class AppHandler(BaseHTTPRequestHandler):
|
||||||
<tr>
|
<tr>
|
||||||
<td>Password: <input type="text" name="password"/></td>
|
<td>Password: <input type="text" name="password"/></td>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="submit"></td>
|
<td><input type="submit" value="Login"></td>
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="target" value="TARGET">
|
<input type="hidden" name="target" value="TARGET">
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue