diff options
author | Dave Arter <davea@mysociety.org> | 2015-05-20 13:58:00 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:26 +0100 |
commit | cdb42c5efbc075ae2500dc6de58234b34ef31d09 (patch) | |
tree | aa4379ce58e70b4763af47beab278e1507547126 /templates | |
parent | 33cdc40ec70ee26ba5a0d3c71d08c6a756dbca3f (diff) |
[Zurich] Always display current year in footer
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/footer.html | 3 |
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"> - © 2013 Stadt Zürich + © [% date.format(date.now, '%Y') %] Stadt Zü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> |