{% extends "base.html" %} {% load static %} {% load i18n %} {% load custom_tags %} {% block style %} {% endblock style %} {% block content %}
{% csrf_token %}

START A

BUGHUNT

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


{% csrf_token %}
{% if form.url.errors %}{% endif %}
{% if form.url.errors %}{% endif %}
{% if form.logo.errors %}{% endif %}
{% trans "Grand Prize" %}:

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

{{ form.prize.errors }}

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

{% endblock content %} {% block after_js %} {% endblock after_js %}