eventcally/project/templates/email/organization_invitation_accepted_notice.txt
2021-10-14 13:09:32 +02:00

5 lines
346 B
Plaintext

{{ _('%(email)s accepted your invitation to create the organisation %(admin_unit_name)s.', email=invitation.email, admin_unit_name=admin_unit.name) }}
{{ _('Click the link below to view the relation') }}
{% set path = relation.id ~ '/update' %}
{{ url_for('manage_admin_unit_relations', id=invitation.admin_unit_id, path=path, _external=True) }}