Add the response link in the notifications email

master
Daniel Berteaud 11 years ago
parent 77f5239164
commit b92df0bb01
  1. 8
      templates/default/invite.email_html.ep
  2. 4
      templates/default/invite.email_text.ep

@ -34,6 +34,14 @@
<%= $message %>
</p>
<% } %>
<p>
<%=l 'IF_YOU_CANNOT_JOIN' %>
<h3>
<a style="color:red" href="<%= $url . 'invitation?id=' . $inviteId %>">
<%=l 'YOU_CAN_NOTIFY_THE_ORGANIZER' %>
</a>
</h3>
</p>
<br>
<p>
<%=l 'HAVE_A_NICE_MEETING' %>

@ -18,6 +18,10 @@
<%== $message %>
<% } %>
<%=l 'IF_YOU_CANNOT_JOIN' %> <%=l 'YOU_CAN_NOTIFY_THE_ORGANIZER' %>
<%= $url . 'invitation?id=' . $inviteId %>
<%=l 'HAVE_A_NICE_MEETING' %>
--
<%==l 'EMAIL_SIGN' %>

Loading…
Cancel
Save