mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 12:38:36 +02:00
Update index.py
This commit is contained in:
parent
964f40f0f7
commit
ac80403263
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ def index(request):
|
||||||
# the active applications table
|
# the active applications table
|
||||||
applications = DomainApplication.objects.filter(creator=request.user).exclude(status="approved")
|
applications = DomainApplication.objects.filter(creator=request.user).exclude(status="approved")
|
||||||
|
|
||||||
sorted_applications = applications.filter("-requested_domain__name")
|
|
||||||
# Adds display logic for empty domain requests
|
# Adds display logic for empty domain requests
|
||||||
counter = 1
|
counter = 1
|
||||||
for application in applications:
|
for application in applications:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue