[Oi-commits] r1582 - branches/stable/templates/forum

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Sun Jul 27 18:01:58 EEST 2008


Author: erenturkay
Date: Sun Jul 27 18:01:57 2008
New Revision: 1582

Modified:
   branches/stable/templates/forum/topic.html
Log:
merge: signature safe

Modified: branches/stable/templates/forum/topic.html
=================================================================
--- branches/stable/templates/forum/topic.html	(original)
+++ branches/stable/templates/forum/topic.html	Sun Jul 27 18:01:57 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