{% extends "organization/organization_dashboard_base.html" %} {% load static %} {% block title %} Edit Bughunt {% endblock title %} {% block description %} Update and modify your existing Bughunt details. Adjust timelines, prizes, and contest assets to keep your competition current. {% endblock description %} {% block keywords %} Edit Bughunt, Update Bughunt, Modify Contest, Adjust Timeline, Change Prizes, Update Assets {% endblock keywords %} {% block og_title %} Edit Bughunt - Update Your Online Contest {% endblock og_title %} {% block og_description %} Make changes to your Bughunt contest. Update timelines, prizes, and upload new logos and banners to keep your competition engaging. {% endblock og_description %} {% block body %}

Edit Bughunt

{% csrf_token %}

Create new online Bughunt

to

or drag and drop

PNG, JPG, GIF up to 10MB

{% if hunt.banner %} {% endif %}
{% include "organization/organization_includes/md_editor.html" %}

Bughunt Prizes

click on the add prize button after filling the prize details

Check below if your prize is paid in cryptocurrency, and list the cash value of the cryptocurrenty and specify the crypto name in Hunt description eg: $100 USD in ETH

{% for prize in prizes %}

{{ prize.name|slice:8 }}...

Cash Value (USD)

${{ prize.value }}

Number of Winning Projects

{% if prize.valid_submissions_eligible %}

All Valid Submissions

{% else %}

{{ prize.no_of_eligible_projects }}

{% endif %}

Reward Valid Submissions

{{ prize.valid_submissions_eligible }}

Prize Description

{{ prize.description|slice:55 }}...

{% endfor %}
{% if not hunt.is_published %} {% endif %}
{% endblock body %} {% block js %} {% endblock js %}