mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 14:35:14 +02:00
lint
This commit is contained in:
parent
892ad926df
commit
7722b81d36
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def index(request):
|
|||
if request.user.is_authenticated:
|
||||
applications = DomainApplication.objects.filter(creator=request.user)
|
||||
# Let's exclude the approved applications since our
|
||||
# domain_applications context will be used to populate
|
||||
# domain_applications context will be used to populate
|
||||
# the active applications table
|
||||
context["domain_applications"] = applications.exclude(status="approved")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue