diff -r 185504387370 -r 3d59c9eeffaa 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, )