Fixed issue with broken donation link (#203)

Currently donation link is broken (From ActBlue: "You have attempted to make a contribution to a fundraising page that has no active recipients: either the page's owner has removed all committees or organizations from the page, or we have concluded processing contributions for these committees or organizations.")

Replaced with working link to useful charity
remotes/1693045480750635534/spooky-22
scitzocel 2022-02-10 09:56:00 -05:00 committed by GitHub
parent a148a41db1
commit e4f2395f8d
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
{% set path = "assets/images/" + SITE_NAME + "/banners_bhm" %}
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?a=21' %}
<a href="https://secure.actblue.com/donate/ms_blm_homepage_2019">
<a href="https://gorillafund.org/adopt">
<img alt="site banner" src="{{image}}" width="100%">
</a>
{% else %}
@ -326,4 +326,4 @@
</body>
</html>
</html>