Files @ 46c50ec0b192
Branch filter:

Location: website/www/conservancy/templates/news/pressrelease_archive_year.html

Bradley M. Kuhn
Copyleft Compliance: Minor rewrite of strategy & firmware liberation

This rewrite should improve the stand-alone nature of these documents
and allow for better integration with other summary text and
announcements on the website.

Note that they have now drifted heavily from the original formulation
of the items as grant proposals.
{% extends "base_news.html" %}

{% block title %}Conservancy News Index - {{ year|date:"Y" }}{% endblock %}

{% block content %}

         <div id="mainContent">
<h2>Conservancy News Index - {{ year|date:"Y" }}</h2>

{% for pressr in object_list %}
  {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}
{% endfor %}

         </div>
{% endblock %}