mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Remove old check
This commit is contained in:
parent
f5fb4b24b8
commit
cde4ab2fef
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ def index(request):
|
|||
# the active applications table
|
||||
applications = DomainApplication.objects.filter(creator=request.user).exclude(status="approved")
|
||||
|
||||
# Adds display logic for empty domain requests
|
||||
for application in applications:
|
||||
if not application.requested_domain.name:
|
||||
application.requested_domain.name = application.requested_domain.draft_name
|
||||
|
||||
# Pass the final context to the application
|
||||
context["domain_applications"] = applications
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue