Show More
@@ -57,7 +57,7 b' class LoginHandler(BaseHandler):' | |||||
57 | user_id = self.get_secure_cookie("user") |
|
57 | user_id = self.get_secure_cookie("user") | |
58 | self.write('<html><body><form action="/login" method="post">' |
|
58 | self.write('<html><body><form action="/login" method="post">' | |
59 | 'Name: <input type="text" name="name" value=%s>' |
|
59 | 'Name: <input type="text" name="name" value=%s>' | |
60 |
'Keyword: <input type=" |
|
60 | 'Keyword: <input type="password" name="keyword">' | |
61 | '<input type="submit" value="Sign in">' |
|
61 | '<input type="submit" value="Sign in">' | |
62 | '</form></body></html>'%user_id) |
|
62 | '</form></body></html>'%user_id) | |
63 |
|
63 |
General Comments 0
You need to be logged in to leave comments.
Login now