Skip to content

Commit

Permalink
More ericholscher#29 fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed May 18, 2012
1 parent b6c79b7 commit fde021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_utils/templatetags/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, template, context=None):
self.tests = []
#Accept both template names and template strings
try:
self.template_string, self.filepath = Loader.load_template_source(template.name)
self.template_string, self.filepath = Loader().load_template_source(template.name)
except:
self.template_string = template
self.filepath = None
Expand Down

0 comments on commit fde021d

Please sign in to comment.