This commit is contained in:
zandercymatics 2024-01-09 08:45:21 -07:00
parent ac80403263
commit fed4432207
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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