diff --git a/ihatemoney/templates/send_invites.html b/ihatemoney/templates/send_invites.html index d64021b5..87bdf0e2 100644 --- a/ihatemoney/templates/send_invites.html +++ b/ihatemoney/templates/send_invites.html @@ -3,28 +3,44 @@ {% block content %}

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

+ + + + + + + + + + + + + + + +
+

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

+ {% include "display_errors.html" %} +
+ {{ forms.invites(form) }} +
+
- -{% include "display_errors.html" %} -
- {{ forms.invites(form) }} -
{% endblock %}