[damned-lies] Drop duplicated text from the footer
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Drop duplicated text from the footer
- Date: Thu, 27 Dec 2018 10:06:57 +0000 (UTC)
commit 92ccdee94d0f669faeaead03f640bd65503c3fb8
Author: Tom Tryfonidis <tomtryf gmail com>
Date: Thu Dec 27 09:57:51 2018 +0000
Drop duplicated text from the footer
templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/templates/base.html b/templates/base.html
index 41488a51..9f095398 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -129,7 +129,7 @@
<div class="col-xs-12">
<p>© <a href="https://www.gnome.org/">{% trans "The GNOME Project" %}</a>.</p>
<p><a href="{% url 'about' %}">{% trans "Damned Lies" %}</a>. {% blocktrans with "<a
href='http://www.canonical.com/'>Canonical</a>" as link %}Hosted by {{ link }}.{% endblocktrans %}
- Powered by {% blocktrans with "<a href='https://www.djangoproject.com/'>Django</a>" as link
%}Powered by {{ link }}.{% endblocktrans %}</p>
+ {% blocktrans with "<a href='https://www.djangoproject.com/'>Django</a>" as link %}Powered
by {{ link }}.{% endblocktrans %}</p>
</div>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]