From 3d7ab656e106f060dec9fabb76f900389ed0c760 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Tue, 20 Aug 2019 23:34:30 +0200 Subject: Rework invite people to project --- ihatemoney/templates/send_invites.html | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'ihatemoney/templates/send_invites.html') diff --git a/ihatemoney/templates/send_invites.html b/ihatemoney/templates/send_invites.html index cd96380..d64021b 100644 --- a/ihatemoney/templates/send_invites.html +++ b/ihatemoney/templates/send_invites.html @@ -1,15 +1,27 @@ {% extends "layout.html" %} {% block content %} -

{{ _("Invite people to join this project") }}

+

{{ _("Invite people to join this project") }}

+ +

{{ _('Share Identifier & code') }}

+

+ {{ _("You can share the project identifier and the private code by any communication means.") }} +
+ {{ _('Identifier:') }} {{ g.project.id }} +

+ +

{{ _('Share the Link') }}

+

{{ _("You can directly share the following link via your prefered medium") }}
+ + {{ url_for(".authenticate", _external=True, token=g.project.generate_token()) }} + +

+ +

{{ _('Send via Emails') }}

{{ _("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.") }}

-

{{ _("If you prefer, you can share the project identifier and the shared -password by other communication means. Or even directly share the following link:") }}
- - {{ url_for(".authenticate", _external=True, token=g.project.generate_token()) }} - -

+ + {% include "display_errors.html" %}
-- cgit v1.1