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

START A

BUGHUNT

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 %}
Grand Prize:

Max amout awarded to winner

{{ form.prize.errors }}
{% if not user.is_authenticated %}
*Login required {% else %}
{% endif %}

Subscription:

{% include '_subscriptions.html' %}

Free Plan:

Limited to 5 bugs per month:



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