The problem was noticed by Jeroen van Rijn <[email protected]>, but a different fix was needed to make things work properly.
Thanks Jeroen for noticing and reporting the problem! Signed-off-by: Thomas Petazzoni <[email protected]> --- 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
