diff options
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index e0771606..6e2cc853 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -1,8 +1,9 @@ {% extends "base.html" %} {% load cache %} {% load static from staticfiles %} +{% load wiki %} -{% block title %}Parabola - Donate{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Donate{% endblock %} {% block content %} {% cache 600 donations secure %} @@ -18,7 +19,7 @@ anything, because we are a really small community of hackers.</p> <p>If you want, we have a pretty nice <a - href="https://wiki.parabolagnulinux.org/TODO" title="The TODO + href="{% wiki_url 'TODO' %}" title="The TODO list!">TODO list</a> you can check to help us by donating some of your time. That will be very much appreciated by us :)</p> |