Skip to content

Commit

Permalink
Add requested by field to submission email
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Jan 6, 2025
1 parent 8d3805e commit 1e64233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registrar/templates/emails/submission_confirmation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Hi, {{ recipient.first_name }}.
We received your .gov domain request.

DOMAIN REQUESTED: {{ domain_request.requested_domain.name }}
REQUESTED BY: {{ domain_request.creator.first_name domain_request.creator.last_name }}
REQUEST RECEIVED ON: {{ domain_request.last_submitted_date|date }}
STATUS: Submitted

Expand Down

0 comments on commit 1e64233

Please sign in to comment.