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.

19 lines
445 B

  1. {% extends "emails/base.html" %}
  2. {% load hc_extras %}
  3. {% block content %}
  4. Hello,
  5. <br />
  6. <strong>{{ project.owner.email }}</strong> would like to transfer the ownership of
  7. their project
  8. {% if project.name %}<strong>{{ project.name }}</strong>{% endif %} to you.
  9. <br /><br />
  10. To accept or reject this request, please visit the project's Settings
  11. page:
  12. {% endblock %}
  13. {% block content_more %}
  14. Thanks,<br>
  15. The {% site_name %} Team
  16. {% endblock %}