[damned-lies] Credit Django, make the project name a link to its website



commit 07ba2012d98835ecf25b18c0014c563fe4f22269
Author: Gil Forcada <gforcada gnome org>
Date:   Sun Sep 30 20:46:59 2012 +0200

    Credit Django, make the project name a link to its website

 templates/base.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index 54eacae..9a8addf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -135,7 +135,7 @@
         <a href="{% url 'about' %}">{% trans "About Damned Lies" %}</a>.
         {% trans "Optimized for standards." %}
         {% blocktrans with "<a href='http://www.canonical.com/'>Canonical</a>" as link %}Hosted by {{ link }}.{% endblocktrans %}
-        {% trans "Powered by Django." %}
+        {% blocktrans with "<a href='http://www.djangoproject.com/'>Django</a>" as link %}Powered by {{ link }}.{% endblocktrans %}
       </div>
     </div>
   </div>



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