diff --git a/warehouse/templates/email/added-as-collaborator/body.html b/warehouse/templates/email/added-as-collaborator/body.html index 36398965494a..3bbe72cefbaa 100644 --- a/warehouse/templates/email/added-as-collaborator/body.html +++ b/warehouse/templates/email/added-as-collaborator/body.html @@ -23,3 +23,7 @@ {% block reason %} {% trans initiator_username=initiator_username, site=site %}You are receiving this because you have been added by {{ initiator_username }} to a project on {{ site }}.{% endtrans %} {% endblock %} + +Project "{{ project_name }}" details: https://pypi.org/project/{{ project_name }} +Role "{{ role }}" details: https://pypi.org/help/#collaborator-roles +Added by {{ initiator_username }}: https://pypi.org/user/{{ initiator_username }} diff --git a/warehouse/templates/email/added-as-collaborator/body.txt b/warehouse/templates/email/added-as-collaborator/body.txt index 4856368a7e67..eac69b218105 100644 --- a/warehouse/templates/email/added-as-collaborator/body.txt +++ b/warehouse/templates/email/added-as-collaborator/body.txt @@ -20,3 +20,7 @@ {% endblock %} {% block reason %}{% trans initiator_username=initiator_username, site=site %}You are receiving this because you have been added by {{ initiator_username }} to a project on {{ site }}.{% endtrans %}{% endblock %} + +Project "{{ project_name }}" details: https://pypi.org/project/{{ project_name }} +Role "{{ role }}" details: https://pypi.org/help/#collaborator-roles +Added by {{ initiator_username }}: https://pypi.org/user/{{ initiator_username }}