mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
Closes #159: cancel routes + email at route step validation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<#import "../layout.ftl" as layout>
|
||||
<@layout.email>
|
||||
<h2>${app_name} - ${messages['email.template.route_step_validate.subject']}</h2>
|
||||
<p>${messages('email.template.route_step_validate.hello', user_name)}</p>
|
||||
<p>${messages['email.template.route_step_validate.instruction1']}</p>
|
||||
<p>${messages['email.template.route_step_validate.instruction2']}</p>
|
||||
<a href="${base_url}/#/document/${document_id}">${document_title}</a>
|
||||
</@layout.email>
|
||||
@@ -3,4 +3,8 @@ email.template.password_recovery.hello=Hello {0}.
|
||||
email.template.password_recovery.instruction1=We have received a request to reset your password.<br/>If you did not request help, then feel free to ignore this email.
|
||||
email.template.password_recovery.instruction2=To reset your password, please visit the link below:
|
||||
email.template.password_recovery.click_here=Click here to reset your password
|
||||
email.template.route_step_validate.subject=A document needs your attention
|
||||
email.template.route_step_validate.hello=Hello {0}.
|
||||
email.template.route_step_validate.instruction1=A workflow step has been assigned to you and needs your attention.
|
||||
email.template.route_step_validate.instruction2=To view the document and validate the workflow, please visit the link below:
|
||||
email.no_html.error=Your email client does not support HTML messages
|
||||
Reference in New Issue
Block a user