diff gpp/templates/forums/post.html @ 95:23035afdeae8

Forums: use markitup editor on forums post forms.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 18:05:18 +0000
parents 374b24dd2f9a
children
line wrap: on
line diff
--- a/gpp/templates/forums/post.html	Sun Sep 13 05:01:52 2009 +0000
+++ b/gpp/templates/forums/post.html	Sun Sep 13 18:05:18 2009 +0000
@@ -1,2 +1,3 @@
 {% load markup %}
-{{ data|markdown:"safe" }}
+{% load smiley_tags %}
+{{ data|markdown:"safe"|smilify }}