maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH] donate: fix link to the about page


From: Thomas Petazzoni
Subject: [Maposmatic-dev] [PATCH] donate: fix link to the about page
Date: Sat, 31 Mar 2012 09:51:20 +0200

The problem was noticed by Jeroen van Rijn <address@hidden>, but a
different fix was needed to make things work properly.

Thanks Jeroen for noticing and reporting the problem!

Signed-off-by: Thomas Petazzoni <address@hidden>
---
 www/templates/maposmatic/donate.html |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/www/templates/maposmatic/donate.html 
b/www/templates/maposmatic/donate.html
index 425bb6b..344d7c4 100644
--- a/www/templates/maposmatic/donate.html
+++ b/www/templates/maposmatic/donate.html
@@ -30,11 +30,14 @@ class="activelink"
 <h1>{% trans "Donate" %}</h1>
 <h2>{% trans "Why donations are useful?" %}</h2>
 
+{% url about as about_url %}
+
 <p>{%blocktrans%}MapOSMatic is a project entirely developed and
-maintained by a team of volunteers (see our <a href="{% url about
-%}">About</a> page for details). However, running the MapOSMatic
-service and making improvements to it have various costs beyond the
-time of the volunteer developers.{%endblocktrans%}</p>
+maintained by a team of volunteers (see
+our <a href="{{about_url}}">About</a> page for details). However,
+running the MapOSMatic service and making improvements to it have
+various costs beyond the time of the volunteer
+developers.{%endblocktrans%}</p>
 
 <p>{%blocktrans%}Therefore, we are currently seeking donations to help
 us funding:{%endblocktrans%}</p>
-- 
1.7.4.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]