Year should be listed, not first day of Jan.
This commit is contained in:
parent
20e258e000
commit
c9d97e8f0f
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{% extends "base_news.html" %}
|
{% extends "base_news.html" %}
|
||||||
|
|
||||||
{% block title %}Conservancy News Index - {{ year }}{% endblock %}
|
{% block title %}Conservancy News Index - {{ year|date:"Y" }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div id="mainContent">
|
<div id="mainContent">
|
||||||
<h2>Conservancy News Index - {{ year }}</h2>
|
<h2>Conservancy News Index - {{ year|date:"Y" }}</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue