Fixed the email templates as per the new rendering

This commit is contained in:
Shalabh Aggarwal 2012-09-12 17:23:25 +05:30
parent 26cc02ffab
commit 3590fc6075
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Howdy, {{ context['user'].display_name }},
Howdy, {{ user.display_name }},
You have been invited to collaborate on Project **{{ context['project'].name }}**
You have been invited to collaborate on Project **{{ project.name }}**
Please login to you existing Account to start collaborating.
Your email for login is {{ context['user'].email }}
Your email for login is {{ user.email }}

View File

@ -1,8 +1,8 @@
Howdy, friend,
You have been invited to collaborate on Project **{{ context['project'].name }}**
You have been invited to collaborate on Project **{{ project.name }}**
Please click on the link below to join the project.
{{ url_for('nereid.user.registration') }}?invitation_code={{ context['invitation'].invitation_code }}
{{ url_for('nereid.user.registration') }}?invitation_code={{ invitation.invitation_code }}
If you are not able to click on the link, copy and paste the same to your browser to continue.