diff options
Diffstat (limited to 'ihatemoney/templates/reminder_mail.en')
| -rw-r--r-- | ihatemoney/templates/reminder_mail.en | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ihatemoney/templates/reminder_mail.en b/ihatemoney/templates/reminder_mail.en new file mode 100644 index 0000000..fe57be2 --- /dev/null +++ b/ihatemoney/templates/reminder_mail.en @@ -0,0 +1,9 @@ +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: {{ config['SITE_URL'] }}{{ url_for(".list_bills") }} (the identifier is {{ g.project.id }}), +and the private code is "{{ g.project.password }}". + +Enjoy, +Some weird guys (with beards) |
