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

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