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

Commit 2269cf0

Browse files
committed
invite a parent email template
1 parent a4dc216 commit 2269cf0

File tree

2 files changed

+13
-6
lines changed

2 files changed

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

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

5-
<p>You have been invited to become a parent/guardian of <b><%=childName%></b>.</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 parent/guardian of <b><%=childName%></b>. 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>
711

812
<% include ../common-en_US/footer.ejs %>
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
Hi <%=parentName%>
1+
Hi <%=parentName%>,
22

3-
You have been invited to become a parent/guardian of <%=childName%>.
3+
You have been invited to become a parent/guardian of <%=childName%>. please visit the link below to accept:
44

5-
To approve this request, please proceed to the following link <%=link%>
5+
<%=link%>
6+
7+
Best wishes,
8+
The CoderDojo Foundation Team

0 commit comments

Comments
 (0)