eventcally/project/templates/email/invitation_notice.txt
Daniel Grams d63f340384 Internal/modules (#1)
* Restructured app
* Added Travis CI
* Added 'Deploy to heroku' button
2020-11-13 12:24:26 +01:00

4 lines
240 B
Plaintext

{{ _('You have been invited to join %(admin_unit_name)s.', admin_unit_name=invitation.adminunit.name) }}
{{ _('Click the link below to view the invitation') }}
{{ url_for('admin_unit_member_invitation', id=invitation.id, _external=True) }}