2017-07-06 05:14:00 +02:00
|
|
|
{% extends "zerver/emails/email_base_default.html" %}
|
2017-06-10 08:18:41 +02:00
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<p>Hello there.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You recently signed up for Zulip. Awesome!
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
To complete signup, visit this link below:
|
|
|
|
<br />
|
|
|
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
2017-06-14 00:10:38 +02:00
|
|
|
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
2017-06-10 08:18:41 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Cheers,<br />
|
2017-07-09 02:50:01 +02:00
|
|
|
Team Zulip
|
2017-06-10 08:18:41 +02:00
|
|
|
</p>
|
|
|
|
{% endblock %}
|