renommé: site/index.html -> index.html

modifié:         superTornado.py
This commit is contained in:
sidya82 2014-02-27 16:28:49 +01:00
parent 5e8ca30ebc
commit 0336e1efc9
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import tornado.web
class MainHandler(tornado.web.RequestHandler):
def get(self):
self.render("site/index.html")
self.render("index.html")
def post(self):
iden = self.get_argument("id")
mdp = self.get_argument("mdp")