create-realm: Simplify organization name field on new org form.

Removes the placeholder text and hint. Adds a link to the help
center article about creating your organization profile.

Fixes #34496.
This commit is contained in:
Lauryn Menard
2025-05-01 13:39:58 +02:00
committed by Tim Abbott
parent 18b2427937
commit 6d7bff4a16
2 changed files with 6 additions and 9 deletions

View File

@@ -569,7 +569,6 @@ html_rules: list["Rule"] = [
"description": "`placeholder` value should be translatable.",
"exclude_line": {
("templates/zerver/realm_creation_form.html", 'placeholder="acme"'),
("templates/zerver/realm_creation_form.html", 'placeholder="Acme or Ακμή"'),
},
"exclude": {
"templates/corporate",