[Oi-commits] r1365 - branches/stable/templates/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Wed May 7 21:23:18 EEST 2008
Author: jnmbk
Date: Wed May 7 21:23:18 2008
New Revision: 1365
Modified:
branches/stable/templates/forum/feed_description.html
Log:
merge feed fix
Modified: branches/stable/templates/forum/feed_description.html
=================================================================
--- branches/stable/templates/forum/feed_description.html (original)
+++ branches/stable/templates/forum/feed_description.html Wed May 7 21:23:18 2008
@@ -1 +1,2 @@
-{{ obj.text|safe }}
\ No newline at end of file
+{% load library %}
+{{ obj.text|renderbbcode|safe }}
More information about the Oi-commits
mailing list