mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-07 21:31:51 +02:00
13 lines
628 B
Django/Jinja
13 lines
628 B
Django/Jinja
Hi,
|
|
|
|
Someone using the email address {{ g.project.contact_email }} invited you to share your expenses for "{{ g.project.name }}".
|
|
|
|
It's as simple as saying what did you pay for, for whom, and how much did it cost you, we are caring about the rest.
|
|
|
|
You can log in using this link: {{ url_for(".join_project", _external=True, project_id=g.project.id, token=g.project.generate_token()) }}.
|
|
|
|
Once logged-in, you can use the following link which is easier to remember: {{ url_for(".list_bills", _external=True) }}
|
|
If your cookie gets deleted or if you log out, you will need to log back in using the first link.
|
|
|
|
Enjoy,
|
|
See you :-)
|