mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 01:57:03 +02:00
Merge pull request #2286 from cisagov/rjm/2192-invitation-domain-autocomplete
Issue #2192: Make domain an autocomplete field in domain invitation
This commit is contained in:
commit
8b0dc2caa3
1 changed files with 2 additions and 0 deletions
|
@ -1181,6 +1181,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