comparison gpp/templates/news/index.html @ 484:bbbc357ac5f3

For #233; first commit for adding social media sharing buttons to news stories.
author Brian Neal <bgneal@gmail.com>
date Tue, 18 Oct 2011 00:04:37 +0000
parents 88b2b9cb8c1f
children f0f3966ea44f
comparison
equal deleted inserted replaced
483:3ac558402014 484:bbbc357ac5f3
1 {% extends 'news/base.html' %} 1 {% extends 'news/base.html' %}
2 {% load script_tags %}
2 {% block title %}News: {{ title }}{% endblock %} 3 {% block title %}News: {{ title }}{% endblock %}
3 {% block news_css %} 4 {% block news_css %}
4 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" /> 5 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" />
6 {% endblock %}
7 {% block custom_js %}
8 {% script_tags "social" %}
5 {% endblock %} 9 {% endblock %}
6 {% block news_content %} 10 {% block news_content %}
7 <h3>{{ title }}</h3> 11 <h3>{{ title }}</h3>
8 12
9 {% if page.object_list %} 13 {% if page.object_list %}