[Oi-commits] trunk/templates/forum - use get_latest_post_url

Gökmen Görgen oi-svn at pardus.org.tr
Tue Sep 21 15:10:40 EEST 2010


Author: gkmngrgn
Date: Tue Sep 21 15:10:39 2010
New Revision: 3517

Modified:
   trunk/templates/forum/latest_posts_small.html
Log:
use get_latest_post_url

---
 latest_posts_small.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: trunk/templates/forum/latest_posts_small.html
=================================================================
--- trunk/templates/forum/latest_posts_small.html	(original)
+++ trunk/templates/forum/latest_posts_small.html	Tue Sep 21 15:10:39 2010
@@ -2,7 +2,7 @@
 <div class="post" id="{{ topic.topic_latest_post.id }}">
     <div class="forum">[<a href="{{ topic.forum.get_absolute_url }}">{{ topic.forum }}</a>]</div>
     <div class="topic"><a href="{{ topic.get_absolute_url }}">{{ topic }}</a></div>
-    <div class="link"><span class="profile_link"><a href="{{ topic.topic_latest_post.author.get_profile.get_absolute_url }}">{{ topic.topic_latest_post.author }}</a> <a href="{{ topic.topic_latest_post.get_absolute_url }}"><img src="/media/img/new/forum/go_to_msg.png" alt="iletiye git" /></a></span></div>
+    <div class="link"><span class="profile_link"><a href="{{ topic.topic_latest_post.author.get_profile.get_absolute_url }}">{{ topic.topic_latest_post.author }}</a> <a href="{{ topic.get_latest_post_url }}"><img src="/media/img/new/forum/go_to_msg.png" alt="iletiye git" /></a></span></div>
     <div class="date">{{ topic.topic_latest_post.created|date:"d F Y H:i" }}</div>
 </div>
 {% endfor %}


More information about the Oi-commits mailing list