diff --git a/templates/zerver/deactivated.html b/templates/zerver/deactivated.html index 9b0f7e8710..2bc962d116 100644 --- a/templates/zerver/deactivated.html +++ b/templates/zerver/deactivated.html @@ -1,16 +1,26 @@ -{% extends "zerver/portico.html" %} +{% extends "zerver/portico_signup.html" %} {% block portico_content %} -

{{ _('Deactivated organization') }}

+
+
+
-

{{ _('Hi there! Thank you for your interest in Zulip.') }}

+
+

{{ _("Deactivated organization") }}

+
-

- {% trans %} - The organization you are trying to join, {{ deactivated_domain_name }}, has been deactivated. - Please contact {{ support_email }} to reactivate - this group. - {% endtrans %} -

+
+

+ {% trans %} + The organization you are trying to join, {{ deactivated_domain_name }}, has been deactivated. + Please contact {{ support_email }} to reactivate + this group. + {% endtrans %} +

+
+ +
+
+
{% endblock %}