Year should be listed, not first day of Jan.

This commit is contained in:
Bradley M. Kuhn 2015-03-04 14:39:35 -08:00
parent 20e258e000
commit c9d97e8f0f

View file

@ -1,11 +1,11 @@
{% extends "base_news.html" %}
{% block title %}Conservancy News Index - {{ year }}{% endblock %}
{% block title %}Conservancy News Index - {{ year|date:"Y" }}{% endblock %}
{% block content %}
<div id="mainContent">
<h2>Conservancy News Index - {{ year }}</h2>
<h2>Conservancy News Index - {{ year|date:"Y" }}</h2>
<ul>