Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 7018ffd

Browse files
committed
invite o13 email template
1 parent 2269cf0 commit 7018ffd

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

email-templates/invite-ninja-over-13-en_US/users-invite-ninja-over-13.html.ejs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<% include ../common-en_US/header.ejs %>
22

3-
<h2>Hi <%=ninjaName%></h2>
3+
<h1>Hi <%=ninjaName%>,</h1>
44

5-
<p><%=parentName%> (<%=parentEmail%>) has requested to add you as a Ninja to their account.</p>
6-
<p>To approve this request, please click the following link: <a href="<%=link%>"><%=link%></a></p>
5+
<p>You have been invited to become a Ninja of <b><%=parentName%></b> (<%=parentEmail%>), please visit the link below to accept:</p>
6+
7+
<p><a href="<%=link%>"><%=link%></a></p>
8+
9+
<p>Best wishes,</br>
10+
The CoderDojo Foundation Team</p>
11+
12+
<% include ../common-en_US/footer.ejs %>
713

8-
<% include ../common-en_US/footer.ejs %>
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Hi <%=ninjaName%>
22

3-
<%=parentName%> (<%=parentEmail%>) has requested to add you as a Ninja to their account.
4-
To approve this request, please click the following link: <%=link%>
3+
You have been invited to become a Ninja of <%=parentName%> (<%=parentEmail%>), please visit the link below to accept:
4+
5+
<%=link%>
6+
7+
Best wishes,
8+
The CoderDojo Foundation Team

0 commit comments

Comments
 (0)