Disable donations

This commit is contained in:
zzz
2008-02-01 17:28:08 +00:00
parent 380901ebf4
commit 3145d83953

View File

@ -1,6 +1,12 @@
{% extends "_layout.html" %}
{% block title %}Donate{% endblock %}
{% block content %}<p>Thank you for your interest in contributing to I2P! The details of how you
{% block content %}<p>Thank you for your interest in contributing to I2P!
Unfortunately, donations are currently disabled.
Please check back later
or contact us on <a href="http://forum.i2p2.de">the forums</a>
or IRC #i2p if you wish to contribute.
<!--
The details of how you
can make your contribution are provided below:</p>
<h2><a href="http://www.paypal.com/" target="_new">PayPal</a></h2>
@ -152,6 +158,7 @@ Account number: 1274080</p>
</tr>
</table>
</form>
-->
<br /><br />
{% endblock %}
{% endblock %}