create-realm: Remove 'left' and 'center' classes.

The 'left' and 'center' classes have no apparent CSS styles or
frontend code that uses them on the `create_realm.html` template.
This commit is contained in:
Lauryn Menard
2025-10-13 16:29:43 +02:00
committed by Tim Abbott
parent 69a8ec3ae9
commit 97fc26dd99

View File

@@ -9,9 +9,9 @@
{% block portico_content %}
<div class="app register-page">
<div class="app-main register-page-container new-style flex full-page center">
<div class="app-main register-page-container new-style flex full-page">
<div class="register-form left" id="new-realm-creation">
<div class="register-form" id="new-realm-creation">
<div class="lead">
<h1 class="get-started">{{ _("Create a new Zulip organization") }}</h1>
</div>