Make a templates/ directory

This commit is contained in:
Nelson Elhage 2009-12-28 18:23:44 -05:00
parent 8c69c1338b
commit 1f7eb175f5
2 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ def user_key(u):
all.sort(key=user_key)
tmpl = Template(filename='iron-blogger.tmpl', output_encoding='utf-8')
tmpl = Template(filename='templates/iron-blogger.tmpl', output_encoding='utf-8')
print tmpl.render(users=all)