Files @ 1a612c75edd3
Branch filter:

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

bkuhn
Multi-progress bar support.

Source code can be found for this at:

https://github.com/j-ulrich/jquery-ui-multiprogressbar
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 %}