{% extends "base_dashboard.html" %} {% load static %} {% load custom_tags %} {% load tz_detect %} {% block title %} Start a Bughunt - OWASP {% env 'PROJECT_NAME' %} {% endblock %} {% block description %} Create a new bughunt by entering the URL, app name, or GPS location of the issue. Define start and end dates, domain, and prizes for the winners. {% endblock %} {% block keywords %}bughunt, OWASP, start a bughunt, security, rewards, prizes, bug tracking, competition{% endblock %} {% block og_title %} Start a Bughunt - OWASP {% env 'PROJECT_NAME' %} {% endblock %} {% block og_description %} Start a new bughunt on OWASP {% env 'PROJECT_NAME' %}. Set the issue details, start/end dates, and prize information for participants. {% endblock %} {% 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 %}