diff --git a/corporate/tests/test_remote_billing.py b/corporate/tests/test_remote_billing.py index da024a8ffb..ba887b5c1a 100644 --- a/corporate/tests/test_remote_billing.py +++ b/corporate/tests/test_remote_billing.py @@ -786,7 +786,9 @@ class TestGenerateDeactivationLink(BouncerTestCase): result = self.client_post( f"/server/{server.uuid!s}/deactivate/", {"confirmed": "true"}, subdomain="selfhosting" ) - self.assert_in_success_response([f"Registration deactivated for {server.hostname}"], result) + self.assert_in_success_response( + [f"Registration deactivated for
{server.hostname}"], result + ) server.refresh_from_db() self.assertEqual(server.deactivated, True) diff --git a/templates/corporate/remote_billing_server_deactivate.html b/templates/corporate/remote_billing_server_deactivate.html index 6d81429f06..55a7d295c0 100644 --- a/templates/corporate/remote_billing_server_deactivate.html +++ b/templates/corporate/remote_billing_server_deactivate.html @@ -6,12 +6,11 @@ {% endblock %} {% block portico_content %} -
-
- +