Mercurial > public > sg101
comparison gpp/templates/weblinks/link_summary.html @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | 7e8d2dda99e3 |
children |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
1 {% extends 'weblinks/base.html' %} | 1 {% extends 'weblinks/base.html' %} |
2 {% block title %}Web Links: {{ title }}{% endblock %} | 2 {% block title %}Web Links: {{ title }}{% endblock %} |
3 {% block weblinks_css %} | 3 {% block weblinks_css %} |
4 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/tab-nav.css" /> | 4 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/tab-nav.css" /> |
5 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pagination.css" /> | 5 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" /> |
6 {% endblock %} | 6 {% endblock %} |
7 {% block weblinks_js %} | 7 {% block weblinks_js %} |
8 <script type="text/javascript" src="{{ MEDIA_URL }}js/weblinks.js"></script> | 8 <script type="text/javascript" src="{{ STATIC_URL }}js/weblinks.js"></script> |
9 {% endblock %} | 9 {% endblock %} |
10 {% block weblinks_content %} | 10 {% block weblinks_content %} |
11 <h3>{{ title }}</h3> | 11 <h3>{{ title }}</h3> |
12 {% if page.object_list %} | 12 {% if page.object_list %} |
13 {% include 'core/pagination.html' %} | 13 {% include 'core/pagination.html' %} |