added skeleton bountie page telling no bounties available

This commit is contained in:
echelon2
2020-02-28 18:09:31 +00:00
parent d718c52262
commit acd3af266b

View File

@@ -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 %}