mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
register: Fix period at end of heading.
This commit is contained in:
@@ -382,7 +382,7 @@ def create_realm(request: HttpRequest, creation_key: Optional[str]=None) -> Http
|
||||
if not settings.OPEN_REALM_CREATION:
|
||||
if key_record is None:
|
||||
return render(request, "zerver/realm_creation_failed.html",
|
||||
context={'message': _('New organization creation disabled.')})
|
||||
context={'message': _('New organization creation disabled')})
|
||||
|
||||
# When settings.OPEN_REALM_CREATION is enabled, anyone can create a new realm,
|
||||
# subject to a few restrictions on their email address.
|
||||
|
||||
Reference in New Issue
Block a user