mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37: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:
|
||||
self.message_user(
|
||||
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,
|
||||
)
|
||||
return HttpResponseRedirect(".")
|
||||
|
|
|
@ -15,7 +15,6 @@ from registrar.models import (
|
|||
DomainInformation,
|
||||
User,
|
||||
DomainInvitation,
|
||||
Domain,
|
||||
)
|
||||
from .common import (
|
||||
completed_application,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue