comparison gpp/templates/polls/poll_results.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 f408971657b9
children daa2916f5b34
comparison
equal deleted inserted replaced
126:b0d62247c3e4 127:2d299909e074
6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/polls.css" /> 6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/polls.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 poll.is_open %} 10 {% if poll.is_open %}
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 content %} 15 {% block content %}
16 <h2>Polls</h2> 16 <h2>Polls</h2>