registration: Enable import from slack using realm registration form.

Co-authored-by: Alex Vandiver <alexmv@zulip.com>
Co-authored-by: Tim Abbott <tabbott@zulip.com>
This commit is contained in:
Aman Agrawal
2024-11-09 11:17:54 +05:30
committed by Tim Abbott
parent a11cc9a46e
commit 136c0f1c44
13 changed files with 1161 additions and 11 deletions

View File

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