From baf14633cbd8af6413290ccae5765aefd2a278a5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 20 Jun 2016 16:37:07 -0400 Subject: remove old django folder --- bn_django/templates/newcomments_table | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 bn_django/templates/newcomments_table (limited to 'bn_django/templates/newcomments_table') diff --git a/bn_django/templates/newcomments_table b/bn_django/templates/newcomments_table deleted file mode 100644 index c01863d..0000000 --- a/bn_django/templates/newcomments_table +++ /dev/null @@ -1,16 +0,0 @@ - -{% for c in latest_comments %} - - - - - -{% endfor %} -
- {{ c.submit_date|date:"F jS" }} - {% if c.user.username %}{{ c.user.username }} - {% else %}{{c.user_name}}{% endif%} - {{ c.comment|truncatewords:10 }} - - - {{ c.content_type.name }}
-- cgit v1.2.3