zulip/templates/zerver/emails/confirm_registration.html

22 lines
508 B
HTML

{% extends "zerver/emails/email_base_default.html" %}
{% 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>
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
</p>
<p>
Cheers,<br />
The Zulip Team
</p>
{% endblock %}