Commit bd0c7cc0 by Carl Whittaker

Fixing template_extension not being passed into loader.

parent 27ba90d8
......@@ -9,7 +9,7 @@ class View(object):
template_path = None
template = None
template_encoding = None
template_extension = None
template_extension = 'mustache'
def __init__(self, template=None, context=None, **kwargs):
self.template = template
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment