From 89e1bbe134bc770d4a3f999a1329bd07522b07cf Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Wed, 14 Sep 2011 01:16:25 +0200 Subject: Make the identifier clearer to the end-user. - Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page. --- budget/templates/reminder_mail | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 budget/templates/reminder_mail (limited to 'budget/templates/reminder_mail') diff --git a/budget/templates/reminder_mail b/budget/templates/reminder_mail new file mode 100644 index 0000000..b2e3a65 --- /dev/null +++ b/budget/templates/reminder_mail @@ -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) -- cgit v1.1