diff gpp/templates/forums/mod_split_topic.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 593fb6dbd449
children
line wrap: on
line diff
--- a/gpp/templates/forums/mod_split_topic.html	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/templates/forums/mod_split_topic.html	Thu Jan 27 02:56:10 2011 +0000
@@ -25,7 +25,7 @@
    <td class="forum-post-author">{{ post.user.username }}</td>
    <td class="forum-post-body">
       <div class="forum-post-info quiet">
-      <a href="{{ post.get_absolute_url }}"><img src="{{ MEDIA_URL }}icons/link.png" alt="Link" title="Link to this post" /></a>
+      <a href="{{ post.get_absolute_url }}"><img src="{{ STATIC_URL }}icons/link.png" alt="Link" title="Link to this post" /></a>
          Posted on {{ post.creation_date|date:"M d, Y H:i" }} from IP: {{ post.user_ip }}
       </div>
       <div class="forum-post-body-split">