Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 committed May 21, 2024
1 parent 3e870a9 commit b42c370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testproject/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def _render_template(template):
return Template(template).render(Context({})).strip()
return Template('{% extends "base.html" %}' + template).render(Context({})).strip()


class FriendlyLoadingTest(TestCase):
Expand Down

0 comments on commit b42c370

Please sign in to comment.