X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/e3934e0c91a921e637c3150a7435f0fb34e2e5e3..6257e70f7b73d39922d5160c648b418c4ac180a2:/templates/onesandwich.html diff --git a/templates/onesandwich.html b/templates/onesandwich.html index bc3c013..2799cf3 100644 --- a/templates/onesandwich.html +++ b/templates/onesandwich.html @@ -18,4 +18,13 @@

Notes

{{ s.notes }}

{% endif %} + {% load comments %} + {% get_comment_count for s as c %} +

Comments

+ {% get_comment_list for s as clist %} + {% for comment in clist %} +

{{ comment.user_name }} said:

+

{{ comment.comment }}

+

{{ comment.submit_date }}

+ {% endfor %} {% endblock %} \ No newline at end of file