mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 21:11:49 +02:00
I've also renamed the templates to *.j2 in order to make things clearer to others. Having extensions with the name of the locale doesn't seem to be a good practice, and would need us to add the locales in the MANIFEST file each time we add one. Fix #305
10 lines
484 B
Django/Jinja
10 lines
484 B
Django/Jinja
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 }}).
|
|
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)
|