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/comment_list | 41 ---------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 bn_django/templates/comment_list (limited to 'bn_django/templates/comment_list') diff --git a/bn_django/templates/comment_list b/bn_django/templates/comment_list deleted file mode 100644 index d00dc6a..0000000 --- a/bn_django/templates/comment_list +++ /dev/null @@ -1,41 +0,0 @@ -{% if comments or free_comments %} -{% comment %}TODO: this needs to be rewriten!{% endcomment %} - -
- -{% for c in comments %} - -{% endfor %} -{% for c in free_comments %} - -{% endfor %} -
- Posted by - {% if c.user.username %} {{ c.user.username }} - {% else %}{{ c.user_name }} {% endif %}
- on - {{ c.submit_date|date:"F j, Y" }}
- at {{ c.submit_date|date:"H:i" }} -
- {% if c.headline %} - {{ c.headline|escape|wordwrap:80 }} -
- {% endif %} - {{ c.comment|escape|linebreaks|wordwrap:80 }} -
- Posted by - {% if c.person_name %}{{ c.person_name}}{% else %}anonymous{% endif %}
- on - {{ c.submit_date|date:"F j, Y" }}
- at {{ c.submit_date|date:"H:i T" }} -
- {% if c.headline %} - {{ c.headline|escape|wordwrap:80 }} -
- {% endif %} - {{ c.comment|escape|wordwrap:80 }} -
-

-{% else %} -

No comments yet!

-{% endif %} -- cgit v1.2.3