[Oi-commits] r1366 - trunk/templates/forum

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Thu May 8 01:39:41 EEST 2008


Author: jnmbk
Date: Thu May  8 01:39:41 2008
New Revision: 1366

Modified:
   trunk/templates/forum/post_list.html
Log:
render quote in latest posts

Modified: trunk/templates/forum/post_list.html
=================================================================
--- trunk/templates/forum/post_list.html	(original)
+++ trunk/templates/forum/post_list.html	Thu May  8 01:39:41 2008
@@ -11,7 +11,7 @@
 {% for post in post_list %}
 <div class="post_base">
     <div class="post_message_top"><div class="post_message_top_date"><a href="{{ post.topic.forum.get_absolute_url }}">{{ post.topic.forum }}</a> &#62; <a href="{{ post.topic.get_absolute_url }}">{{ post.topic }}</a></div><div class="post_bottom_small"><a href="{{ post.topic.get_reply_url }}"><img src="/media/dijital/img/forum/reply.gif" alt="Yanıtla" border="0px"></a></div><div class="post_message_top_date" style="float:right; margin-right:10px;"><a href="{{ post.get_absolute_url }}"><img src="/media/dijital/img/forum/msg_sim.gif" alt="iletiye git" border="0px" /></a> <a href="/kullanici/profil/{{ post.author }}" class="profile_link">{{ post.author }}</a> - {{ post.created|date:"d F Y H:i" }}</div></div>
-    <div style="overflow: auto; padding: 10px;">{{ post.text|safe }}</div>
+    <div style="overflow: auto; padding: 10px;">{{ post.text|renderbbcode|safe }}</div>
 </div>
 {% endfor %}
 <div id="post_bottom">


More information about the Oi-commits mailing list