modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-01 22:08:39 +01:00
parent e3c796a102
commit 262561a983
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class VideoHandler(BaseHandler):
if not self.current_user :
self.redirect("/")
return
self.render("video.html")
self.render("v/video.html")
class UnauthorizedHandler(BaseHandler):
def get(self):