From bb3973ffb714c932e9ec6dd6a751228dc71fe1d3 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 14 May 2022 16:38:07 -0400 Subject: initial commit --- app/lib/django_comments/templates/comments/list.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/lib/django_comments/templates/comments/list.html (limited to 'app/lib/django_comments/templates/comments/list.html') diff --git a/app/lib/django_comments/templates/comments/list.html b/app/lib/django_comments/templates/comments/list.html new file mode 100644 index 0000000..1246adf --- /dev/null +++ b/app/lib/django_comments/templates/comments/list.html @@ -0,0 +1,10 @@ +
+ {% for comment in comment_list %} +
+ {{ comment.submit_date }} - {{ comment.name }} +
+
+

{{ comment.comment }}

+
+ {% endfor %} +
-- cgit v1.2.3-70-g09d2