Mercurial > public > sg101
diff gpp/templates/shoutbox/shout_detail.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 | 3cf18e6002dd |
line wrap: on
line diff
--- a/gpp/templates/shoutbox/shout_detail.html Thu Jan 20 04:40:14 2011 +0000 +++ b/gpp/templates/shoutbox/shout_detail.html Thu Jan 27 02:56:10 2011 +0000 @@ -10,11 +10,11 @@ </div> <br /> <span class="date">{{ shout.shout_date|date:"D M d Y H:i:s" }}</span><br /> -<a href="{% url 'shoutbox-view' shout.id %}"><img src="{{ MEDIA_URL }}icons/link.png" alt="Permalink" title="Permalink" /></a> -<a href="#" class="shout-flag" id="shout-flag-{{ shout.id }}"><img src="{{ MEDIA_URL }}icons/flag_red.png" alt="Flag" +<a href="{% url 'shoutbox-view' shout.id %}"><img src="{{ STATIC_URL }}icons/link.png" alt="Permalink" title="Permalink" /></a> +<a href="#" class="shout-flag" id="shout-flag-{{ shout.id }}"><img src="{{ STATIC_URL }}icons/flag_red.png" alt="Flag" title="Flag this shout as offensive" /></a> {% ifequal user.id shout.user.id %} -<a href="#" class="shout-del" id="shout-del-{{ shout.id }}"><img src="{{ MEDIA_URL }}icons/cross.png" alt="Delete" title="Delete this shout" /></a> +<a href="#" class="shout-del" id="shout-del-{{ shout.id }}"><img src="{{ STATIC_URL }}icons/cross.png" alt="Delete" title="Delete this shout" /></a> {% endifequal %} </td> </tr>