mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
This should have stayed
This commit is contained in:
parent
829d1cc522
commit
254a05d2d4
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ class CategoryTagsTest(TestCase):
|
|||
Return the rendered string or raise an exception.
|
||||
"""
|
||||
tpl = template.Template(template_string)
|
||||
return tpl.render(context)
|
||||
ctxt = template.Context(context)
|
||||
return tpl.render(ctxt)
|
||||
|
||||
def testTooFewArguments(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue