Renamed template.html to

template.tpl
master
Tibor Bizjak 2019-09-11 01:14:34 +02:00
parent e01e7e2d8e
commit 9f6a78c7ea
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from chess import Game
KEY = "abcdefgh"
TEMPLATE = "template.html"
TEMPLATE = "template.tpl"
games = dict()
def is_submitted(name):