Skip to content

Commit

Permalink
Add missing argument csrf_form.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Nov 18, 2016
1 parent 50bbf3d commit 24a2561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/templates/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</div>
{% if comment.children %}
<ul class="com-children">
{{ commenttree(comment.sorted_children(), document, currentuser, documenturl) }}
{{ commenttree(comment.sorted_children(), document, currentuser, documenturl, csrf_form) }}
</ul>
{% endif %}
</li>
Expand Down

0 comments on commit 24a2561

Please sign in to comment.