diff --git a/app.py b/app.py index a6ea96b..8901d7d 100755 --- a/app.py +++ b/app.py @@ -126,7 +126,7 @@ CONF = read_config() -bottle.TEMPLATE_PATH = [ BASE_DIR ] +bottle.TEMPLATE_PATH = [BASE_DIR] # Set default attributes to pass into templates. SimpleTemplate.defaults = dict(CONF['html'])