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