[damned-lies] Replace year of Copyright with a template tag



commit 7e0b6cd98ec52bb2cbb223f0cf19cdc01fe91ba0
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Sat Nov 28 14:12:32 2015 +0200

    Replace year of Copyright with a template tag

 templates/base.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index 70b7be3..f1e25be 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -131,7 +131,7 @@
        </div> <!-- end of div.links -->
 
       <div id="footnotes">
-        {% trans "Copyright &copy; 2006-2012" %} <strong><a href="http://www.gnome.org/";>{% trans "The GNOME 
Project" %}</a></strong>.
+        {% trans "Copyright &copy; 2006" %}-{% now "Y" %} <strong><a href="http://www.gnome.org/";>{% trans 
"The GNOME Project" %}</a></strong>.
         <br />
         <a href="{% url 'about' %}">{% trans "About Damned Lies" %}</a>.
         {% trans "Optimized for standards." %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]