You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
333 B

{% load hc_extras %}
{% block content %}Hello,
{{ project.owner.email }} would like to transfer the ownership of their
project {% if project.name %}"{{ project.name }}"{% endif %} to you.
To accept or reject this request, please visit the project's Settings
page:
{{ button_url }}
Thanks,
The {% site_name %} Team
{% endblock %}