{% 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 %}