mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
{% load i18n %}
|
|
|
|
{% blocktrans with u_name=user.full_name u_email=user.email o_name=org.name trimmed %}
|
|
User {{ u_name }} ({{ u_email }}) wishes to be affiliated to {{ o_name }}.
|
|
{% endblocktrans %}
|
|
|
|
{% trans "As the organization's administrator you may approve or deny this request here" %}:
|
|
|
|
{{ org_management_url }}
|