Minor Django template error (missing space) causes About page URL not
to work on the Donate page. This is currently present on dev.m.o, see
the link to About in the first paragraph at
http://dev.maposmatic.org/donate/
This patch adds that missing space.
Signed-off-by: Jeroen van Rijn <[email protected]>
---
www/templates/maposmatic/donate.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/templates/maposmatic/donate.html b/www/templates/maposmatic/donate.html
index 425bb6b..10697b7 100644
--- a/www/templates/maposmatic/donate.html
+++ b/www/templates/maposmatic/donate.html
@@ -32,7 +32,7 @@ class="activelink"
<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
+ %}">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>