[extensions-web] templates: make year dynamic in footer copyright notice.
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] templates: make year dynamic in footer copyright notice.
- Date: Wed, 26 Oct 2016 15:20:38 +0000 (UTC)
commit f7a3dec5f1bd1c1dd17ad2340787651d0e3f114b
Author: Tom Tryfonidis <tomtryf gnome org>
Date: Wed Oct 26 18:19:44 2016 +0300
templates: make year dynamic in footer copyright notice.
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=773536
sweettooth/templates/base.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index 5355384..6c3a679 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -88,7 +88,7 @@
{% include "footer_links.html" %}
</div>
<div class="grid_9" id="footnotes">
- Copyright © 2005‒2013 <strong class="gnome_logo">The GNOME Project</strong><br>
+ Copyright © 2005‒{% now "Y" %} <strong class="gnome_logo">The GNOME Project</strong><br>
<small>Free to share and remix: <a href="http://creativecommons.org/licenses/by/3.0/">Creative
Commons CC-BY</a>. Optimised for standards. Hosted by <a href="https://www.redhat.com/">Red Hat</a>. Powered
by <a href="http://www.djangoproject.com">Django</a> and <a
href="http://git.gnome.org/browse/extensions-web">SweetTooth</a></small>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]