2018-11-12 14:15:49 +01:00
|
|
|
{% extends "zerver/portico_signup.html" %}
|
|
|
|
|
2022-09-06 12:04:03 +02:00
|
|
|
{% block title %}
|
|
|
|
<title>{{ _("Organization successfully reactivated") }} | Zulip</title>
|
|
|
|
{% endblock %}
|
|
|
|
|
2018-11-12 14:15:49 +01:00
|
|
|
{% block portico_content %}
|
|
|
|
<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">
|
|
|
|
|
|
|
|
<div class="get-started">
|
|
|
|
<h1>{{ _("Your organization has been successfully reactivated.") }}</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|