Changeset - d7ace4834926
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 10 years ago 2014-04-17 16:54:08
tbm@cyrius.com
Use Conservancy instead of SFC for consistency
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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 title %}Conservancy News Index - {{ month|date:"F Y" }}{% endblock %}
 

	
 
{% block content %}
 

	
 
<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>
 
{% endfor %}
 

	
0 comments (0 inline, 0 general)