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

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Wed Jul 30 21:23:05 EEST 2008


Author: erenturkay
Date: Wed Jul 30 21:23:05 2008
New Revision: 1588

Modified:
   trunk/templates/forum/topic.html
Log:
revert, don't make it safe for now. The issue we're having is not oi specific, it's a django problem. I'll deal with it later..

Modified: trunk/templates/forum/topic.html
=================================================================
--- trunk/templates/forum/topic.html	(original)
+++ trunk/templates/forum/topic.html	Wed Jul 30 21:23:05 2008
@@ -127,7 +127,7 @@
                 <span style="font-size:x-small; font-style:italic;">Bu ileti {{ post.edit_count }} kez değiştirilmiş olup, son kez {{ post.edited|date:"d-m-Y H:i" }} tarihinde {{ post.last_edited_by }} tarafından değiştirilmiştir.</span><br />
             </div>
             {% endifnotequal %}
-            {% if post.author.get_profile.signature %}<div class="post_message_bottom"><hr />{{ post.author.get_profile.signature|safe }}</div>{% endif %}
+            {% if post.author.get_profile.signature %}<div class="post_message_bottom"><hr />{{ post.author.get_profile.signature }}</div>{% endif %}
         </div>
     </div>
 </div>


More information about the Oi-commits mailing list