From f9e79c6d8e7484e00e493d1b3436d5c6bc05be3e Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Tue, 8 Nov 2016 11:38:17 +0100 Subject: Move templating URLs around Fixes #143 Fixes #141 --- templating/templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templating/templating.py') diff --git a/templating/templating.py b/templating/templating.py index 57d81b1..7b91806 100755 --- a/templating/templating.py +++ b/templating/templating.py @@ -17,7 +17,7 @@ def updateData(): for a in endpoints: objects[a] = getEndpoint(a) -env = Environment(loader=FileSystemLoader(['templates/','/opt/gondul/templating/templates']),lstrip_blocks=True, trim_blocks=True) +env = Environment(loader=FileSystemLoader(['templates/','/opt/gondul/web/templates']),lstrip_blocks=True, trim_blocks=True) import http.server class MyHandler(http.server.BaseHTTPRequestHandler): -- cgit v1.2.3