summaryrefslogtreecommitdiff
path: root/design/templates/comments/list.html
blob: c105279d07b595e0dd40c6705ec76f87c7323d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% comment %}

  Since we support both flat comments, and threadedcomments,
  the 'fluent_comments_list' templatetag loads the proper template.

  It either loads:
  - fluent_comments/templatetags/flat_html.html
  - fluent_comments/templatetags/threaded_list.html

  Both reuse comments/comment.html eventually.
  To style comments, consider overwriting that template.

{% endcomment %}
{% load fluent_comments_tags %}{% fluent_comments_list %}