From acd3af266b3dd791ba6445b1657644bfaa4346bb Mon Sep 17 00:00:00 2001 From: echelon2 Date: Fri, 28 Feb 2020 18:09:31 +0000 Subject: [PATCH] added skeleton bountie page telling no bounties available --- i2p2www/pages/site/get-involved/bounties.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i2p2www/pages/site/get-involved/bounties.html diff --git a/i2p2www/pages/site/get-involved/bounties.html b/i2p2www/pages/site/get-involved/bounties.html new file mode 100644 index 00000000..733a24ad --- /dev/null +++ b/i2p2www/pages/site/get-involved/bounties.html @@ -0,0 +1,12 @@ +{% extends "global/layout.html" %} +{% block title %}{{ _('Bounties') }}{% endblock %} +{% block content %} +

{% trans -%} +Thank you for your interest in contributing to I2P!
+
+Currently there is no bounty system available. +
+{%- endtrans %}

+{% endblock %} + +