Skip to content

Commit

Permalink
Merge pull request #9072 from UdayVarkhedkar/feature/fix-pending-emba…
Browse files Browse the repository at this point in the history
…rgoed-registration-types

[ENG-349] Feature/fix pending embargoed registration types
  • Loading branch information
pattisdr authored Aug 20, 2019
2 parents 117640e + 91df19b commit 2fc95bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions website/templates/emails/pending_embargo_admin.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
${initiated_by} initiated an embargoed registration of ${project_name}. The proposed registration can be viewed here: ${registration_link}.<br>
% endif
<br>
If approved, a registration will be created for the project and it will remain private until it is withdrawn, manually<br>
made public, or the embargo end date has passed on ${embargo_end_date.date()}.<br>
If approved, a registration will be created for the project, and it will remain private until it is withdrawn,
it is manually made public, or the embargo end date is passed on ${embargo_end_date.date()}.<br>
<br>
To approve this embargo, click the following link: ${approval_link}.<br>
<br>
To cancel this embargo, click the following link: ${disapproval_link}.<br>
<br>
Note: Clicking the disapproval link will immediately cancel the pending embargo and the<br>
registration will remain in draft state. If you neither approve nor disapprove the embargo<br>
within ${approval_time_span} hours from midnight tonight (EDT) the registration will remain<br>
Note: Clicking the disapproval link will immediately cancel the pending embargo and the
registration will remain in draft state. If you neither approve nor disapprove the embargo
within ${approval_time_span} hours from midnight tonight (EDT) the registration will remain
private and enter into an embargoed state.<br>
<br>
Sincerely yours,<br>
Expand Down
4 changes: 2 additions & 2 deletions website/templates/emails/pending_embargo_non_admin.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<br>
We just wanted to let you know that ${initiated_by} has initiated an embargoed registration for the following pending registration: ${registration_link}.<br>
<br>
If approved, a registration will be created for the project, viewable here: ${registration_link}, and it will remain<br>
private until it is withdrawn, manually made public, or the embargo end date has passed on ${embargo_end_date.date()}.<br>
If approved, a registration will be created for the project, viewable here: ${registration_link}, and it will remain
private until it is withdrawn, it is manually made public, or the embargo end date is passed on ${embargo_end_date.date()}.<br>
<br>
Sincerely yours,<br>
<br>
Expand Down

0 comments on commit 2fc95bf

Please sign in to comment.