diff options
author | Dan McGee <dan@archlinux.org> | 2011-11-01 23:19:22 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-01 23:28:59 +0100 |
commit | f26dcbf7285c62f0baa1c64ee813ad0ceff5c288 (patch) | |
tree | 6c2aebbafb9fe78d8d391e7b8347f7fa836d0e67 /templates/public/donate.html | |
parent | 6932102850bba29557d9bf6208b0ffd8a31d3081 (diff) | |
download | archweb-f26dcbf7285c62f0baa1c64ee813ad0ceff5c288.tar.gz archweb-f26dcbf7285c62f0baa1c64ee813ad0ceff5c288.tar.xz |
Use copy of donate image in /media/
This ensures it gets served over HTTPS if the user was on a secure
session to begin with.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 0dcfcf2..514c143 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -31,7 +31,7 @@ as <a href="http://www.spi-inc.org/donations/">how donations work</a>.</p> <a href="https://co.clickandpledge.com/Default.aspx?WID=47294"> - <img src="http://images.clickandpledge.com/flair/buttons/210x34/CP_EN_BK_S_001.gif" alt="Online donation system by ClickandPledge" title="Online donation system by ClickandPledge"/> + <img src="{% cdnprefix %}/media/CP_EN_BK_S_001.gif" alt="Donate via Click&Pledge to Arch Linux" title="Donate via Click&Pledge to Arch Linux"/> </a> <h3>Commercial sponsors and contributions</h3> |