diff --git a/ihatemoney/templates/send_invites.html b/ihatemoney/templates/send_invites.html index cf6797b7..46a2f239 100644 --- a/ihatemoney/templates/send_invites.html +++ b/ihatemoney/templates/send_invites.html @@ -7,20 +7,10 @@
{{ _("Specify a (comma separated) list of email adresses you want to notify about the - creation of this budget management project and we will send them an email for you.") }}
+ creation of this budget management project and we will send them an email with the invitation link.") }} {% include "display_errors.html" %}{{ _("You can share the project identifier and the private code by any communication means.
Anyone with the private code will have access to the full project, including changing settings such as the private code or project email address, or even deleting the whole project.") }}
+ {{ _('Identifier:') }} {{ g.project.id }}
+
+ {{ _('Private code:') }} {{ _('the private code was defined when you created the project') }}
+