From 2933ebdfd8dd376528229a56283cd85536bc0fe1 Mon Sep 17 00:00:00 2001 From: 0livd Date: Mon, 13 Nov 2017 18:08:39 +0100 Subject: [PATCH] Skip invite page after project creation - Replace ``The project identifier is demo, remember it!`` by ``Invite other people to join this project!`` (linking to the invite page) - Encourage users to share the project password via other communication means in the reminder email --- CHANGELOG.rst | 2 +- ihatemoney/templates/list_bills.html | 2 +- ihatemoney/templates/reminder_mail.en | 4 ++- ihatemoney/templates/reminder_mail.fr | 2 ++ ihatemoney/templates/send_invites.html | 14 ++++---- .../translations/fr/LC_MESSAGES/messages.mo | Bin 9694 -> 9762 bytes .../translations/fr/LC_MESSAGES/messages.po | 33 ++++++------------ ihatemoney/web.py | 2 +- 8 files changed, 24 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 127eabc3..2d241e5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,7 +20,7 @@ Changed - Simpler and safer authentication logic (#270) - Use token based auth to reset passwords (#269) - Better install doc (#275) -- Use token based auth in invitation e-mails +- Use token based auth in invitation e-mails (#280) Added ===== diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 13866369..e4034d48 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -92,7 +92,7 @@ {% endblock %} {% block content %} -
{{ _("The project identifier is") }} {{ g.project.id }}, {{ _("remember it!") }}
+
{{ _("Invite people to join this project!") }}
{{ _("Add a new bill") }}