Changed the name of submit form to "Login".

This commit is contained in:
Vladimir Homutov 2015-04-24 11:49:58 +03:00
parent c063925600
commit 0989a4cf1a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class AppHandler(BaseHTTPRequestHandler):
<tr>
<td>Password: <input type="text" name="password"/></td>
<tr>
<td><input type="submit"></td>
<td><input type="submit" value="Login"></td>
</table>
<input type="hidden" name="target" value="TARGET">
</form>