diff options
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index ef80baea..7b104e4e 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -2,13 +2,13 @@ {% load cache %} {% load static from staticfiles %} -{% block title %}Arch Linux - Donate{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Donate{% endblock %} {% block content %} {% cache 600 donations secure %} <div id="donations" class="box"> - <h2>Donate to Arch Linux</h2> + <h2>Donate to {{ BRANDING_SHORTNAME }}</h2> <p>Arch Linux survives because of the tireless efforts of many people in the community and the core development circle. None of us are paid for |