aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2015-05-20 13:58:00 +0100
committerDave Arter <davea@mysociety.org>2015-10-06 09:09:26 +0100
commitcdb42c5efbc075ae2500dc6de58234b34ef31d09 (patch)
treeaa4379ce58e70b4763af47beab278e1507547126
parent33cdc40ec70ee26ba5a0d3c71d08c6a756dbca3f (diff)
[Zurich] Always display current year in footer
-rw-r--r--templates/web/zurich/footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html
index f70470226..11bfa9fcb 100644
--- a/templates/web/zurich/footer.html
+++ b/templates/web/zurich/footer.html
@@ -1,3 +1,4 @@
+[% USE date %]
</div><!-- .content role=main -->
</div><!-- .container -->
</div><!-- .table-cell -->
@@ -30,7 +31,7 @@
<div id="zurich-footer-wrapper" class="desk-only">
<div id="zurich-footer">
- &copy; 2013 Stadt Z&uuml;rich
+ &copy; [% date.format(date.now, '%Y') %] Stadt Z&uuml;rich
<span class="hidden">|</span> <a href="http://www.stadt-zuerich.ch/content/portal/de/index/footer/rechtliche_hinweise.html">Rechtliche Hinweise</a>
<span class="hidden">|</span> <a href="http://www.stadt-zuerich.ch/content/portal/de/index/footer/impressum.html">Impressum</a>
</div>