Commit 98d8b403 by Chris Jerdonek

Removed spurious line added in previous commit.

parent e7f409eb
......@@ -64,7 +64,6 @@ class View(object):
encoding=self.template_encoding, extension=self.template_extension)
def get_template(self, template_name):
if not self.template:
template_name = self._get_template_name(template_name)
self.template = self.load_template(template_name)
......
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