diff options
Diffstat (limited to 'design/templates/comments/list.html')
-rw-r--r-- | design/templates/comments/list.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/design/templates/comments/list.html b/design/templates/comments/list.html new file mode 100644 index 0000000..c105279 --- /dev/null +++ b/design/templates/comments/list.html @@ -0,0 +1,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 %} |