ihatemoney/ihatemoney/templates/reminder_mail.en
0livd 2933ebdfd8 Skip invite page after project creation
- Replace ``The project identifier is demo, remember it!``
by ``Invite other people to join this project!``
(linking to the invite page)
- Encourage users to share the project password via other
communication means in the reminder email
2017-11-13 18:49:53 +01:00

11 lines
539 B
Text

Hi,
You have just (or someone else using your email address) created the project "{{ g.project.name }}" to share your expenses.
You can access it here: {{ url_for(".list_bills", _external=True) }} (the identifier is {{ g.project.id }}),
and the shared password is "{{ g.project.password }}".
If you want to share this project with your friends, you can share the identifier and the shared password with them or send them invitations with the following link:
{{ url_for(".invite", _external=True) }}
Enjoy,
Some weird guys (with beards)