mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
comment
This commit is contained in:
parent
2ac8a1c61c
commit
bf6a70e9fb
1 changed files with 2 additions and 0 deletions
|
@ -1192,6 +1192,8 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
||||||
filter_horizontal = ("current_websites", "alternative_domains", "other_contacts")
|
filter_horizontal = ("current_websites", "alternative_domains", "other_contacts")
|
||||||
|
|
||||||
# Table ordering
|
# Table ordering
|
||||||
|
# NOTE: This impacts the select2 dropdowns (combobox)
|
||||||
|
# Currentl, there's only one for requests on DomainInfo
|
||||||
ordering = ["-submission_date", "requested_domain__name"]
|
ordering = ["-submission_date", "requested_domain__name"]
|
||||||
|
|
||||||
change_form_template = "django/admin/domain_request_change_form.html"
|
change_form_template = "django/admin/domain_request_change_form.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue