mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
removed unused import from merge
This commit is contained in:
parent
32545ab75c
commit
d4b4cc6ea7
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ from django.urls import reverse
|
||||||
from django.views.generic.edit import FormMixin
|
from django.views.generic.edit import FormMixin
|
||||||
|
|
||||||
from registrar.models import (
|
from registrar.models import (
|
||||||
Domain,
|
|
||||||
DomainInvitation,
|
DomainInvitation,
|
||||||
User,
|
User,
|
||||||
UserDomainRole,
|
UserDomainRole,
|
||||||
|
@ -109,7 +108,7 @@ class DomainNameserversView(DomainPermissionView, FormMixin):
|
||||||
class DomainYourContactInformationView(DomainPermissionView, FormMixin):
|
class DomainYourContactInformationView(DomainPermissionView, FormMixin):
|
||||||
|
|
||||||
"""Domain your contact information editing view."""
|
"""Domain your contact information editing view."""
|
||||||
|
|
||||||
template_name = "domain_your_contact_information.html"
|
template_name = "domain_your_contact_information.html"
|
||||||
form_class = ContactForm
|
form_class = ContactForm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue