comparison 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
comparison
equal deleted inserted replaced
126:b0d62247c3e4 127:2d299909e074
6 {% block news_css %} 6 {% block news_css %}
7 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/comments.css" /> 7 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/comments.css" />
8 {% endblock %} 8 {% endblock %}
9 {% block custom_js %} 9 {% block custom_js %}
10 {% if story.can_comment_on %} 10 {% if story.can_comment_on %}
11 {% script_tags "markitup" %} 11 {% script_tags "markitup jquery-ui" %}
12 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script> 12 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script>
13 {% endif %} 13 {% endif %}
14 {% endblock %} 14 {% endblock %}
15 {% block news_content %} 15 {% block news_content %}
16 <h3>{{ story.title }}</h3> 16 <h3>{{ story.title }}</h3>