Set index.jinja2 as default for General.template

This commit is contained in:
Thor77 2016-11-22 23:03:51 +01:00
parent 062da49244
commit 5915664605
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ DEFAULT_CONFIG = {
'output': 'tsstats.html',
'idmap': '',
'onlinedc': True,
'template': 'stats.jinja2',
'template': 'index.jinja2',
'datetimeformat': '%x %X %Z',
'onlinetimethreshold': -1
}