Fix forgotten templating function.

This commit is contained in:
Paulo Reis 2016-12-16 15:15:06 +00:00
parent ca5040882f
commit 869f729132

View file

@ -99,7 +99,7 @@ templates.projectInvite =
subject: _.template "<%= project.name %> - shared by <%= owner.email %>"
layout: BaseWithHeaderEmailLayout
type:"notification"
plainTextTemplate: """
plainTextTemplate: _.template """
Hi, <%= owner.email %> wants to share '<%= project.name %>' with you.
Follow this link to view the project: <%= inviteUrl %>