diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-18 12:11:33 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-18 12:11:33 -0500 |
commit | c6f69b3582539ed709364bdea1e1291e8fd57fc7 (patch) | |
tree | e12afa52dfc594cacc9a79705e82d9bbe57643d2 | |
parent | 8973ee37c21ce0703244e07d60590a137ee16832 (diff) |
Comment out paypal donations for now
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/public/donate.html | 4 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 0f2eceb3..d8fa8847 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -22,6 +22,7 @@ <h3>Monetary donations</h3> +{% comment %} <p>Financial contributions are accepted via <a title="Click to donate now" href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=aaronmgriffin@gmail.com&currency_code=USD">PayPal</a>. Funds are used for server hardware upgrades, conventions, schwag giveaways and more.</p> @@ -45,6 +46,9 @@ style="background:transparent;border:none;" /></p> </form> </div> +{% endcomment %} + <p>At the moment, we are currently not taking monetary donations, but we + may accept them again in the future.</p> <h3>Commercial sponsors and contributions</h3> diff --git a/templates/public/index.html b/templates/public/index.html index a1236260..aa3f5c08 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -182,6 +182,7 @@ </div><!-- #nav-sidebar --> +{% comment %} <div id="home-paypal-button" class="widget"> <form id="paypal-form" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post"> @@ -202,6 +203,7 @@ </form> </div> +{% endcomment %} <div id="arch-sponsors" class="widget"> |