eventcally/project/templates/email/user_deletion_requested_notice.txt
2023-05-01 19:53:01 +02:00

4 lines
185 B
Plaintext

{{ _('%(user_email)s is scheduled for deletion.', user_email=user.email) }}
{{ _('Click the link below to cancel the deletion') }}
{{ url_for('user_cancel_deletion', _external=True) }}