File diff f7e45da6ddc8 → 12780197e5df
www/conservancy/templates/news/pressrelease_archive_month.html
Show inline comments
 
{% extends "base_news.html" %}
 

	
 
{% block title %}SFC News Index - {{ month|date:"F Y" }}{% endblock %}
 

	
 
{% block content %}
 

	
 
<h2>SFLC News Index - {{ month|date:"F Y" }}</h2>
 
<h2>Conservancy News Index - {{ month|date:"F Y" }}</h2>
 

	
 
<ul>
 

	
 
{% for object in object_list %}
 
    <li><a href="{{ object.get_absolute_url }}"><b>{{ object.headline|safe }}</b></a><br/>
 
    <i>{{ object.pub_date|date:"F j, Y" }}</i></li>