2017-09-26 01:41:15 +02:00
|
|
|
{% extends "zerver/emails/compiled/email_base_default.html" %}
|
2017-06-10 08:18:41 +02:00
|
|
|
|
2017-08-16 12:10:55 +02:00
|
|
|
{% block illustration %}
|
|
|
|
<img src="{{ email_images_base_uri }}/registration_confirmation.png"/>
|
|
|
|
{% endblock %}
|
|
|
|
|
2017-06-10 08:18:41 +02:00
|
|
|
{% block content %}
|
2017-12-06 22:31:11 +01:00
|
|
|
<p>Hi there,
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
{{ referrer.full_name }} ({{ referrer.email }}) wants you to join
|
|
|
|
them on Zulip — the team communication tool designed for
|
|
|
|
productivity.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
To get started, please click here:
|
|
|
|
<a class="button" href="{{ activate_url }}">Complete registration</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Feel free to give us a shout at <a href="mailto:{{ support_email }}">{{ support_email }}</a>, if you have any questions.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Cheers,<br />
|
|
|
|
Team Zulip
|
|
|
|
</p>
|
2017-06-10 08:18:41 +02:00
|
|
|
{% endblock %}
|