Files @ 00995bff4d0c
Branch filter:

Location: website/www/conservancy/templates/base_news.html

bkuhn
Fix cut and paste error from documentation

This is trying to build a pagination of a news queryset.

HT tmarble for pointing this out.
1
2
3
4
5
6
7
{% extends "base_standard.html" %}

{% block category %}news{% endblock %}

{% block head %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/news/" />
{% endblock %}