1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/peeringdb_server/templates/email/notify-org-admin-user-affil.txt
2018-11-08 19:45:21 +00:00

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 }}