Files @ 1327b684d63c
Branch filter:

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

bkuhn
Use supporter-page.js & its formatting conventions

The npoacct campaign was launched before the Supporter program, and
parts of its functionality were incorporated into supporter-page.js
ultimately. This commit hopefully now backports that functionality to
npoacct campaign.
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 %}