diff options
-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"> |