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 }}/invitation_reminder.png" / >
{% endblock %}
2017-06-10 08:18:41 +02:00
{% block content %}
< p > Hi again,
< / p >
< p >
2017-07-03 11:32:06 +02:00
This is a friendly reminder that {{ referrer_name }} (< a href = "mailto:{{ referrer_email }}" > {{ referrer_email }}< / a > ) wants you to join them on Zulip, a workplace chat tool that actually makes you more productive.
2017-06-10 08:18:41 +02:00
< / p >
< p >
2017-07-03 11:54:13 +02:00
To get started, please click here:
< a class = "button" href = "{{ activate_url }}" > Complete registration< / a >
2017-06-10 08:18:41 +02:00
< / p >
< p >
2017-07-03 11:32:06 +02:00
We're here for you at < a href = "mailto:{{ support_email }}" > {{ support_email }}< / a > if you have any questions.
2017-06-10 08:18:41 +02:00
< / p >
< p >
Cheers,< br / >
The Zulip Team
< / p >
{% endblock %}