forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
website/templates/emails/confirm_agu_conference_2023.html.mako
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<%inherit file="notify_base.mako" /> | ||
|
||
<%def name="content()"> | ||
<tr> | ||
<td style="border-collapse: collapse;"> | ||
Hello ${user.fullname},<br> | ||
<br> | ||
Thank you for joining us at the AGU Open Science Pavilion, and welcome to the Open Science Framework. | ||
We are pleased to offer a special AGU attendees exclusive community call to continue our conversation and to help | ||
you get oriented on the OSF. This is an opportunity for us to show you useful OSF features, talk about | ||
open science in your domains, and for you to ask any questions you may have. | ||
You can register for this free event here: | ||
<br> | ||
https://cos-io.zoom.us/meeting/register/tZAuceCvrjotHNG3n6XzLFDv1Rnn2hkjczHr | ||
<br><br> | ||
To confirm your OSF account, please verify your email address by visiting this link:<br> | ||
<br> | ||
${confirmation_url}<br> | ||
<br> | ||
From the team at the Center for Open Science<br> | ||
</tr> | ||
</%def> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters