diff --git a/content/email_templates/mentorship-declined.html b/content/email_templates/mentorship-declined.html index 76f64d2..68741a0 100644 --- a/content/email_templates/mentorship-declined.html +++ b/content/email_templates/mentorship-declined.html @@ -40,11 +40,15 @@

<%= mentorName %> was not accepted.

-

- They provided the reason below, which we hope will help you find your next - mentor: -

-
<%= reason %>
+ + <% if (reason) { %> +

+ They provided the reason below, which we hope will help you find your next + mentor: +

+
<%= reason %>
+ <% } %> + <% } %>