diff --git a/i2p2www/pages/site/get-involved/bounties.html b/i2p2www/pages/site/get-involved/bounties.html new file mode 100644 index 0000000000000000000000000000000000000000..733a24adb27850d04b504e95d7e41baeac55d5f0 --- /dev/null +++ b/i2p2www/pages/site/get-involved/bounties.html @@ -0,0 +1,12 @@ +{% extends "global/layout.html" %} +{% block title %}{{ _('Bounties') }}{% endblock %} +{% block content %} +<p>{% trans -%} +Thank you for your interest in contributing to I2P!<br> +<br> +Currently there is no bounty system available. +<br> +{%- endtrans %}</p> +{% endblock %} + +