From 609c2c6242f8f9d4931f946e838cf5f1cd43fb76 Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Sat, 3 Aug 2019 19:08:44 +0000 Subject: [PATCH] update get-involved and remove the bounties --- i2p2www/pages/global/bounty.html | 38 -------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 i2p2www/pages/global/bounty.html diff --git a/i2p2www/pages/global/bounty.html b/i2p2www/pages/global/bounty.html deleted file mode 100644 index 8befd0be..00000000 --- a/i2p2www/pages/global/bounty.html +++ /dev/null @@ -1,38 +0,0 @@ -{% extends "global/layout.html" %} -{% block content %} - -
- -
-{% block bountydetails %}{% endblock %} -
- -
-{% block bountyjudge %}{% endblock %} -
- -{% block bountynotesouter %} -
-Note: -
    -{% block bountynotes %} -
  • {% trans -%} -To claim the bounty the author must not be paid by other organizations -or teams for this work (e.g. GSoC students are not valid). -{%- endtrans %}
  • -{% endblock %} -
-
-{% endblock %} - - - -
-{% endblock %} -