diff --git a/src/registrar/templates/admin/model_descriptions.html b/src/registrar/templates/admin/model_descriptions.html index 7120e5e6b..afe3f5131 100644 --- a/src/registrar/templates/admin/model_descriptions.html +++ b/src/registrar/templates/admin/model_descriptions.html @@ -32,6 +32,23 @@ (since a domain request should be maintained as-adjudicated for records retention purposes). Entries are created here upon approval of a domain request.
+ {% elif opts.model_name == 'domaininvitation' %} ++ Domain invitations contain all individuals who have been invited to manage a .gov domain. + Invitations are sent via email, and the recipient must log in to the registrar to officially + accept and become a domain manager. +
+ ++ An “invited” status indicates that the recipient has not logged in to the registrar since the invitation was sent. + A “received” status indicates that the recipient has logged in. +
+ ++ If an invitation is created in this table, an email will not be sent. + To have an email sent, go to the domain in Domains, + click the “Manage domain” button, and add a domain manager. +
{% elif opts.model_name == 'contact' %}Contacts include anyone who has access to the registrar (known as “users”) and anyone listed in a domain request,