Mercurial > public > sg101
comparison gpp/templates/potd/view.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 | f882ac8ce255 |
children | ded03f2513e9 |
comparison
equal
deleted
inserted
replaced
126:b0d62247c3e4 | 127:2d299909e074 |
---|---|
5 {% block custom_css %} | 5 {% block custom_css %} |
6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/potd.css" /> | 6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/potd.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 {% script_tags "markitup" %} | 10 {% script_tags "markitup jquery-ui" %} |
11 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script> | 11 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script> |
12 {% endblock %} | 12 {% endblock %} |
13 {% block content %} | 13 {% block content %} |
14 {% if is_current %} | 14 {% if is_current %} |
15 <h2>Photo Of The Day</h2> | 15 <h2>Photo Of The Day</h2> |