POST Templates for Stories

This sends the user an email when a story is created in a subscribed
resource. It includes the story title, description, and a link to the
story.

Change-Id: I61a423df1c78793b7750b3bd8a00f70891971a3b
This commit is contained in:
Zara
2016-01-06 17:14:35 +00:00
parent 43da040859
commit 70fedbb34a
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Story "{{resource.title}}" was created by {{author.full_name}}:
URL: {{url}}#!/story/{{resource.id}}
Description: {{resource.description}}

View File

@@ -0,0 +1 @@
Story "{{resource.title}}" was created.