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

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