{% extends "organization/organization_dashboard_base.html" %} {% load static %} {% block title %} Edit Domain {% endblock title %} {% block description %} Update and modify existing domain details. Adjust domain name, URL, organization information, and social media links to keep your records current. {% endblock description %} {% block keywords %} Edit Domains, Update Domain Details, Modify Domain, Change Domain Information, Update URL, Update Organization {% endblock keywords %} {% block og_title %} Edit Domains - Update Your Domain Information {% endblock og_title %} {% block og_description %} Make changes to your domains by updating names, URLs, organization details, and social media links. Keep your domain records up-to-date and accurate. {% endblock og_description %} {% block body %}

Edit Domain

{% csrf_token %}

Domain Information

Use a permanent address where you can receive mail.

{% if domain.webshot %} Webshot {% else %} {% endif %}

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 registered user on BLT.

{% for manager in domain.managers.all %}
{% endfor %}

Notifications

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

Get notified when someone reports a bug on this domain.

Get notified when a bug report is marked closed.

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