Update search help text

This commit is contained in:
Erin 2024-04-16 09:55:44 -07:00
parent bbbdabb724
commit f33fbcd41d
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -568,6 +568,7 @@ class MyUserAdmin(BaseUserAdmin):
# this ordering effects the ordering of results # this ordering effects the ordering of results
# in autocomplete_fields for user # in autocomplete_fields for user
ordering = ["first_name", "last_name", "email"] ordering = ["first_name", "last_name", "email"]
search_help_text = "Search by first name, last name, or email."
change_form_template = "django/admin/email_clipboard_change_form.html" change_form_template = "django/admin/email_clipboard_change_form.html"