mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Make domain autocomplete in domain invitation
This commit is contained in:
parent
3cc39a3848
commit
466ba4304b
1 changed files with 2 additions and 0 deletions
|
@ -1149,6 +1149,8 @@ class DomainInvitationAdmin(ListHeaderAdmin):
|
||||||
# error.
|
# error.
|
||||||
readonly_fields = ["status"]
|
readonly_fields = ["status"]
|
||||||
|
|
||||||
|
autocomplete_fields = ["domain"]
|
||||||
|
|
||||||
change_form_template = "django/admin/email_clipboard_change_form.html"
|
change_form_template = "django/admin/email_clipboard_change_form.html"
|
||||||
|
|
||||||
# Select domain invitations to change -> Domain invitations
|
# Select domain invitations to change -> Domain invitations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue