[Oi-commits] r1355 - trunk/templates/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Wed May 7 14:22:37 EEST 2008
Author: jnmbk
Date: Wed May 7 14:22:36 2008
New Revision: 1355
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 May 7 14:22:36 2008
@@ -98,7 +98,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