mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Linting
This commit is contained in:
parent
ac80403263
commit
fed4432207
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def index(request):
|
|||
if not application.requested_domain or not application.requested_domain.name:
|
||||
application.requested_domain = DraftDomain(name=f"New domain request {counter}")
|
||||
counter += 1
|
||||
|
||||
|
||||
# Pass the final context to the application
|
||||
context["domain_applications"] = applications
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue