[Oi-commits] r1587 - trunk/templates/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Wed Jul 30 21:02:59 EEST 2008
Author: erenturkay
Date: Wed Jul 30 21:02:59 2008
New Revision: 1587
Modified:
trunk/templates/forum/topic.html
Log:
mark signature as safe..
Modified: trunk/templates/forum/topic.html
=================================================================
--- trunk/templates/forum/topic.html (original)
+++ trunk/templates/forum/topic.html Wed Jul 30 21:02:59 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 }}</div>{% endif %}
+ {% if post.author.get_profile.signature %}<div class="post_message_bottom"><hr />{{ post.author.get_profile.signature|safe }}</div>{% endif %}
</div>
</div>
</div>
More information about the Oi-commits
mailing list