{% extends "organization/organization_dashboard_base.html" %} {% load static %} {% block title %} Add Domain {% endblock title %} {% block description %} Add a new domain, organization details, URL, and relevant images to set up your Bughunt contest. Ensure all necessary assets are uploaded for a smooth start. {% endblock description %} {% block keywords %} Add Domain, Organization Details, URL, Upload Image, New Contest, Setup Bughunt, Contest Assets {% endblock keywords %} {% block og_title %} Add Domain, Organization, URL, Image - Set Up Your Contest {% endblock og_title %} {% block og_description %} Set up your Bughunt contest by adding domain information, organization details, URLs, and uploading necessary images. Start your competition with all the right assets. {% endblock og_description %} {% block body %}

Add Domain

{% csrf_token %}

Domain Information

Use a permanent address where you can receive mail.

or drag and drop

PNG, JPG, GIF up to 10MB

Domain Managers

Add Emails which will be allowed to start hunts and manage reported bugs. Email should be domain mail and should be registerd user on BLT.

Notifications

We'll always let you know about important changes, but you pick what else you want to hear about.

Get notified when someones reports a bug on this domain.

Get notified when a bug report is marked closed.

{% endblock body %} {% block js %} {% endblock js %}