You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/templates/emails/confirm_merge.html.mako
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<%defname="content()">
4
4
<tr>
5
5
<tdstyle="border-collapse: collapse;">
6
-
Hello ${merge_target.fullname},<br>
6
+
Hello ${merge_target_fullname},<br>
7
7
<br>
8
8
This email is to notify you that ${user_username} has initiated an account merge with your account on the Open Science Framework (OSF). This merge will move all of the projects and components associated with ${email} and with ${user_username} into one account. All projects and components will be displayed under ${user.username}.<br>
Copy file name to clipboardExpand all lines: website/templates/emails/confirm_moderation.html.mako
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
<tdstyle="border-collapse: collapse;">
6
6
Hello ${user_fullname},<br>
7
7
<br>
8
-
You have been added by ${referrer_fullname}, as ${'an administrator'if is_admin else'a moderator'} to ${provider.name}, powered by OSF. To set a password for your account, visit:<br>
8
+
You have been added by ${referrer_fullname}, as ${'an administrator'if is_admin else'a moderator'} to ${provider_name}, powered by OSF. To set a password for your account, visit:<br>
9
9
<br>
10
10
${claim_url}<br>
11
11
<br>
12
-
Once you have set a password you will be able to moderate, create and approve your own submissions. You will automatically be subscribed to notification emails for new submissions to ${provider.name}.<br>
12
+
Once you have set a password you will be able to moderate, create and approve your own submissions. You will automatically be subscribed to notification emails for new submissions to ${provider_name}.<br>
13
13
<br>
14
-
If you are not ${user_fullname} or you have been erroneously associated with ${provider.name}, email contact+${provider._id}@osf.io with the subject line "Claiming error" to report the problem.<br>
14
+
If you are not ${user_fullname} or you have been erroneously associated with ${provider_name}, email contact+${provider__id}@osf.io with the subject line "Claiming error" to report the problem.<br>
Copy file name to clipboardExpand all lines: website/templates/emails/contributor_added_preprint_node_from_osf.html.mako
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,15 @@
5
5
<tdstyle="border-collapse: collapse;">
6
6
Hello ${user_fullname},<br>
7
7
<br>
8
-
${referrer_text} as a contributor to the project "${node.title}" on the Open Science Framework: ${node.absolute_url}<br>
8
+
${referrer_text} as a contributor to the project "${node_title}" on the Open Science Framework: ${node_absolute_url}<br>
9
9
<br>
10
10
This project also contains the supplemental files for the following preprint(s):
11
11
<br>
12
12
<ul>
13
-
%for preprint in published_preprints:
14
-
<li>${preprint['absolute_url']}</li>
15
-
% endfor
13
+
${preprint_list}
16
14
</ul>
17
15
<br>
18
-
If you are erroneously being associated with "${node.title}," then you may visit the project's "Contributors" page and remove yourself as a contributor.<br>
16
+
If you are erroneously being associated with "${node_title}," then you may visit the project's "Contributors" page and remove yourself as a contributor.<br>
Copy file name to clipboardExpand all lines: website/templates/emails/contributor_added_preprints.html.mako
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<tdstyle="border-collapse: collapse;">
6
6
Hello ${user_fullname},<br>
7
7
<br>
8
-
${referrer_text} as a contributor to the ${branded_service.preprint_word} "${node_title}" on ${branded_service_name}, which is hosted on the Open Science Framework: ${node.absolute_url}<br>
8
+
${referrer_text} as a contributor to the ${branded_service_preprint_word} "${node_title}" on ${branded_service_name}, which is hosted on the Open Science Framework: ${node_absolute_url}<br>
9
9
<br>
10
10
If you have been erroneously associated with "${node_title}", then you may visit the ${branded_service_preprint_word} and remove yourself as a contributor.<br>
0 commit comments