Actually load index template

This commit is contained in:
Sven Slootweg 2012-05-28 03:18:55 +02:00
parent 09e48e1404
commit 3f63b4a729

1
render
View file

@ -40,6 +40,7 @@ cursor = database.cursor()
# Load templates
template_message = open('%s/message.html' % options['template_dir']).read()
template_index = open('%s/index.html' % options['template_dir']).read()
# Create output directory if necessary
try: