mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
confirmation: Rename REALM_CREATION to NEW_REALM_USER_REGISTRATION.
Clears up some naming confusion - `REALM_CREATION_LINK_VALIDITY_DAYS` is a setting which describes the validaty period of RealmCreationKey, not of Confirmation with REALM_CREATION type. Now that the latter is called NEW_REALM_USER_REGISTRATION, there should be no confusion about this.
This commit is contained in:
committed by
Tim Abbott
parent
8207eaab55
commit
072f234269
@@ -76,7 +76,7 @@
|
||||
{% set email = object.email %}
|
||||
{% set realm = object.realm %}
|
||||
{% set show_realm_details = True %}
|
||||
{% elif confirmation.type == Confirmation.REALM_CREATION %}
|
||||
{% elif confirmation.type == Confirmation.NEW_REALM_USER_REGISTRATION %}
|
||||
<h3>Realm creation</h3>
|
||||
{% set email = object.email %}
|
||||
{% set show_realm_details = False %}
|
||||
|
Reference in New Issue
Block a user