diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-11-04 16:58:42 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-11-04 16:59:24 -0500 |
commit | 01d913ea187712884297b2ee684550697e124827 (patch) | |
tree | 932e8a13236100069b53b14fbaa576b3e64cd9b5 /templates | |
parent | f54f55ae34793b23aca0fc76acd70d459f29c95b (diff) |
add paypal donate button
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 68020aeb..0af8c25b 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -188,11 +188,13 @@ </ul> </div> -{% comment %} <div id="home-donate-button" class="widget"> -donate button would go here + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8WJTKB86BR7MA"> + <img src="{% static "paypal-donate.gif" %}" + alt="Donate via PayPal - The safer, easier way to pay online!" + title="Donate via PayPal - The safer, easier way to pay online!" /> + </a> </div> -{% endcomment %} <div id="arch-sponsors" class="widget"> <a href="https://ceata.org"> |