mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
4 lines
185 B
Plaintext
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) }}
|