zulip/templates/zerver/realm_reactivation.html

15 lines
438 B
HTML
Raw Normal View History

{% extends "zerver/portico_signup.html" %}
{% 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 %}