2018-11-12 14:15:49 +01:00
|
|
|
{% extends "zerver/emails/compiled/email_base_default.html" %}
|
|
|
|
|
|
|
|
{% block illustration %}
|
|
|
|
<img src="{{ email_images_base_uri }}/registration_confirmation.png"/>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
Dear former administrators of {{ realm_name }},
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
One of your administrators requested reactivation of the
|
2018-12-20 21:11:14 +01:00
|
|
|
previously deactivated Zulip organization hosted at {{ realm_uri }}.
|
2018-11-12 14:15:49 +01:00
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
2018-12-20 21:11:14 +01:00
|
|
|
<p>
|
|
|
|
{{ _('Click the button below to reactivate your organization.') }}
|
|
|
|
<a class="button" href="{{ confirmation_url }}">{{ _('Reactivate organization') }}</a>
|
|
|
|
</p>
|
2018-11-12 14:15:49 +01:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
If the request was in error, you can take no action and this link
|
|
|
|
will expire in 24 hours.
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
{% trans %}
|
2018-12-20 21:11:14 +01:00
|
|
|
Contact us any time at
|
|
|
|
<a href="mailto:{{ support_email }}">{{ support_email }}</a>
|
|
|
|
if you run into trouble, have any feedback, or just want to chat!
|
2018-11-12 14:15:49 +01:00
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
{% endblock %}
|