comparison gpp/templates/comments/comment.html @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents daa2916f5b34
children 3c48a555298d
comparison
equal deleted inserted replaced
311:b1c39788e511 312:88b2b9cb8c1f
15 title="View profile for {{ comment.user.username }}">{{ comment.user.username }}</a> | 15 title="View profile for {{ comment.user.username }}">{{ comment.user.username }}</a> |
16 {{ comment.creation_date|date:"d-M-Y H:i:s" }} 16 {{ comment.creation_date|date:"d-M-Y H:i:s" }}
17 {% if not comment.is_removed %} 17 {% if not comment.is_removed %}
18 | <a href="#" class="comment-flag" id="fc-{{ comment.id }}" 18 | <a href="#" class="comment-flag" id="fc-{{ comment.id }}"
19 title="Flag this comment as spam, abuse, or a violation of site rules."> 19 title="Flag this comment as spam, abuse, or a violation of site rules.">
20 <img src="{{ MEDIA_URL }}icons/flag_red.png" alt="Flag" /></a> 20 <img src="{{ STATIC_URL }}icons/flag_red.png" alt="Flag" /></a>
21 {% endif %} 21 {% endif %}
22 </div> 22 </div>
23 </div> 23 </div>