From 9a2ee18cb9de206fdd8169e075019f3be89332b9 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:17:54 -0600 Subject: [PATCH] Add domain invitation content --- .../templates/admin/model_descriptions.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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,