Upgrade deactivated.html to use white box.

This commit is contained in:
Umair Khan 2017-08-25 10:52:21 +05:00 committed by Tim Abbott
parent b473ff54ce
commit abda7ee853

View File

@ -1,16 +1,26 @@
{% extends "zerver/portico.html" %}
{% extends "zerver/portico_signup.html" %}
{% block portico_content %}
<h3>{{ _('Deactivated organization') }}</h3>
<div class="app portico-page">
<div class="app-main portico-page-container center-block flex full-page account-creation new-style">
<div class="inline-block">
<p>{{ _('Hi there! Thank you for your interest in Zulip.') }}</p>
<div class="get-started">
<h1>{{ _("Deactivated organization") }}</h1>
</div>
<p>
{% trans %}
The organization you are trying to join, {{ deactivated_domain_name }}, has been deactivated.
Please contact <a href="mailto:{{ support_email }}">{{ support_email }}</a> to reactivate
this group.
{% endtrans %}
</p>
<div class="white-box">
<p>
{% trans %}
The organization you are trying to join, {{ deactivated_domain_name }}, has been deactivated.
Please contact <a href="mailto:{{ support_email }}">{{ support_email }}</a> to reactivate
this group.
{% endtrans %}
</p>
</div>
</div>
</div>
</div>
{% endblock %}