fix template path
authorTero Marttila <terom@fixme.fi>
Sun, 08 Feb 2009 03:31:22 +0200
changeset 47 3d59c9eeffaa
parent 46 185504387370
child 48 7858b7b8ffe3
fix template path
handlers.py
--- a/handlers.py	Sun Feb 08 03:23:25 2009 +0200
+++ b/handlers.py	Sun Feb 08 03:31:22 2009 +0200
@@ -7,7 +7,7 @@
 import urls, channels
 
 # load templates from here
-templates = template.TemplateLoader("sites/irclogs.qmsk.net/templates",
+templates = template.TemplateLoader("templates",
     urls            = urls,
     channel_list    = channels.channel_list,
 )