mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-07 21:31:51 +02:00
9 lines
458 B
Django/Jinja
9 lines
458 B
Django/Jinja
Hi,
|
|
|
|
You have just (or someone else using your email address) created the project "{{ project.name }}" to share your expenses.
|
|
|
|
You can access it here: {{ url_for("main.list_bills", _external=True) }} (the identifier is {{ project.id }}).
|
|
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("main.invite", _external=True) }}
|
|
|
|
Enjoy,
|