Add 'template' config-option
This commit is contained in:
parent
07b61d86ce
commit
604fefe286
|
@ -16,7 +16,8 @@ DEFAULT_CONFIG = {
|
|||
'log': '',
|
||||
'output': 'output.html',
|
||||
'idmap': '',
|
||||
'onlinedc': True
|
||||
'onlinedc': True,
|
||||
'template': 'template.html'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue