{% extends "company/company_dashboard_base.html" %} {% load static %} {% block title %} Edit Bughunt {% endblock title %} {% block body %}

Edit Bughunt

{% csrf_token %}

Create new online Bughunt

to

or drag and drop

PNG, JPG, GIF up to 10MB

{% include "company/company_includes/md_editor.html" %}

Bughunt Prizes

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

${{ prize.no_of_eligible_projects }}

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