mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix forgotten templating function.
This commit is contained in:
parent
ca5040882f
commit
869f729132
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue