mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
fixed a merge issue, and some code reformatting
This commit is contained in:
parent
e4922b8543
commit
0c1e8a2dda
2 changed files with 1 additions and 5 deletions
|
@ -212,10 +212,7 @@ class DomainAdmin(ListHeaderAdmin):
|
||||||
else:
|
else:
|
||||||
self.message_user(
|
self.message_user(
|
||||||
request,
|
request,
|
||||||
(
|
("%s is ready. This domain is accessible on the public internet.")
|
||||||
"%s is ready. This domain is accessible on the public "
|
|
||||||
"internet."
|
|
||||||
)
|
|
||||||
% obj.name,
|
% obj.name,
|
||||||
)
|
)
|
||||||
return HttpResponseRedirect(".")
|
return HttpResponseRedirect(".")
|
||||||
|
|
|
@ -15,7 +15,6 @@ from registrar.models import (
|
||||||
DomainInformation,
|
DomainInformation,
|
||||||
User,
|
User,
|
||||||
DomainInvitation,
|
DomainInvitation,
|
||||||
Domain,
|
|
||||||
)
|
)
|
||||||
from .common import (
|
from .common import (
|
||||||
completed_application,
|
completed_application,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue