diff gpp/templates/news/story.html @ 127:2d299909e074

Adding markdown help to comments and forums. Still need to add it to a few other places that use the markItUp editor.
author Brian Neal <bgneal@gmail.com>
date Mon, 16 Nov 2009 01:00:28 +0000
parents c284c0e5c5db
children 2baadae33f2e
line wrap: on
line diff
--- a/gpp/templates/news/story.html	Sat Nov 14 20:30:31 2009 +0000
+++ b/gpp/templates/news/story.html	Mon Nov 16 01:00:28 2009 +0000
@@ -8,7 +8,7 @@
 {% endblock %}
 {% block custom_js %}
 {% if story.can_comment_on %}
-{% script_tags "markitup" %}
+{% script_tags "markitup jquery-ui" %}
 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script>
 {% endif %}
 {% endblock %}