Merge pull request #712 from dod-ccpo/resend-follow-up
Resend invites follow up
This commit is contained in:
commit
a1a8f13fb6
@ -3,8 +3,8 @@ from atst.utils.localization import translate
|
|||||||
|
|
||||||
MESSAGES = {
|
MESSAGES = {
|
||||||
"invitation_resent": {
|
"invitation_resent": {
|
||||||
"title_template": "The {{ officer_type }} invite has been resent",
|
"title_template": "Invitation resent",
|
||||||
"message_template": "Invitation has been resent",
|
"message_template": "The {{ officer_type }} has been resent instructions to join this portfolio.",
|
||||||
"category": "success",
|
"category": "success",
|
||||||
},
|
},
|
||||||
"task_order_draft": {
|
"task_order_draft": {
|
||||||
|
@ -102,6 +102,8 @@
|
|||||||
{{
|
{{
|
||||||
ConfirmationButton(
|
ConfirmationButton(
|
||||||
btn_text="Resend Invitation",
|
btn_text="Resend Invitation",
|
||||||
|
confirm_btn=('task_orders.invitations.resend_btn' | translate),
|
||||||
|
confirm_msg=('task_orders.invitations.resend_confirmation_message' | translate),
|
||||||
action=url_for(
|
action=url_for(
|
||||||
"portfolios.resend_invite",
|
"portfolios.resend_invite",
|
||||||
portfolio_id=portfolio.id,
|
portfolio_id=portfolio.id,
|
||||||
|
@ -508,6 +508,8 @@ task_orders:
|
|||||||
invitations:
|
invitations:
|
||||||
dod_id_label: DoD ID
|
dod_id_label: DoD ID
|
||||||
edit_text: A new invitation e-mail will be sent when new information is saved.
|
edit_text: A new invitation e-mail will be sent when new information is saved.
|
||||||
|
resend_btn: Resend
|
||||||
|
resend_confirmation_message: Are you sure you'd like to resend this invitation?
|
||||||
contracting_officer:
|
contracting_officer:
|
||||||
title: Contracting Officer (KO) Information
|
title: Contracting Officer (KO) Information
|
||||||
description: You'll need a signature from your KO. You might want to work with your program Financial Manager to get your TO documents moving in the right direction.
|
description: You'll need a signature from your KO. You might want to work with your program Financial Manager to get your TO documents moving in the right direction.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user