mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Upgrade deactivated.html to use white box.
This commit is contained in:
parent
b473ff54ce
commit
abda7ee853
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user