eventcally/project/templates/email/verification_request_notice.txt
2023-06-02 12:32:08 +02:00

4 lines
215 B
Plaintext

{{ _('There is a new verification request that needs to be reviewed.') }}
{{ _('Click the link below to review the request') }}
{{ url_for('admin_unit_verification_request_review', id=request.id, _external=True) }}