Skip to content

Commit

Permalink
Poll doc tests forgotten tpltag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Kohout committed Apr 20, 2009
1 parent 68688df commit 3148064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_project/test_polls.py
Expand Up @@ -36,7 +36,7 @@
{% endifequal %}
</form>
''',
'page/category.html': '''{% box poll for polls.poll with id 1 %}{% endbox %}''',
'page/category.html': '''{% load core %}{% box poll for polls.poll with id 1 %}{% endbox %}''',
'page/content_type/polls.contest/form.html': '''{% ifequal object.current_activity_state activity_active %}
{% if not duplicate %}
<form action="" method="post">
Expand Down

0 comments on commit 3148064

Please sign in to comment.