See #206: minor tweaks on settings (wording, input type...)

This commit is contained in:
Eliot Berriot 2018-05-17 23:40:06 +02:00
parent 13c5219d71
commit e7619fd189
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 61 additions and 30 deletions

View file

@ -10,6 +10,7 @@ class RegistrationEnabled(types.BooleanPreference):
section = users
name = 'registration_enabled'
default = False
verbose_name = (
'Can visitors open a new account on this instance?'
verbose_name = 'Open registrations to new users'
help_text = (
'When enabled, new users will be able to register on this instance.'
)