{% extends "base.html" %} {% load static %} {% load i18n %} {% load custom_tags %} {% block content %} {% include "includes/sidenav.html" %}
{% csrf_token %}

{% trans "Start a" %}

{% trans "Bug Bounty" %}

{% trans "Enter URL, APP name or GPS location of issue." %}

{% csrf_token %}
{% if form.errors %}

{{ form.url.errors }}

{% endif %}
{% if form.errors %}

{{ form.name.errors }}

{% endif %}

Drag and drop your files here or

All file formats are supported

{% if form.logo.errors %}

{{ form.logo.errors }}

{% endif %}
{% if form.description.errors %}

{{ form.descriptioon.errors }}

{% endif %}

{% trans "Grand Prize" %}

{% trans "Max amount awarded to winner" %}

${{ form.prize.value|default:'100' }}
$100 $5,000 $10,000
{% if form.prize.errors %}

{{ form.prize.errors }}

{% endif %}

{% env 'PROJECT_NAME' %} is 100% {% trans "free to use" %}, {% trans "Open Source and a non-commercial" %}, {% trans "not for profit initiative" %}.

{% endblock content %}