{% extends "base_dashboard.html" %} {% load static %} {% load tz_detect %} {% block content %}
{% include "includes/organization_sidenav.html" %}
{% csrf_token %}

START A BUGHUNT

Enter URL, App name or GPS location of issue
{{ hunt_form.media }} {{ hunt_form.as_p }}
Prizes

(Your wallet must contain the total prize money, if not you can go to profile to add money to wallet)

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