diff gpp/templates/downloads/download_detail.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 a5f27f25fa52
children 27bee3ac85e6
line wrap: on
line diff
--- a/gpp/templates/downloads/download_detail.html	Sat Nov 14 20:30:31 2009 +0000
+++ b/gpp/templates/downloads/download_detail.html	Mon Nov 16 01:00:28 2009 +0000
@@ -8,7 +8,7 @@
 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/downloads.css" />
 {% endblock %}
 {% block custom_js %}
-{% script_tags "markitup" %}
+{% script_tags "markitup jquery-ui" %}
 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script>
 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script>
 {% endblock %}