comparison src/common/constants.py @ 462:07433bd892ee

server and browser sides: fixes UI parameters initialisation with user values + small refactoring
author souliane <souliane@mailoo.org>
date Wed, 04 Jun 2014 00:23:14 +0200
parents 981ed669d3b3
children bbdc5357dc00
comparison
equal deleted inserted replaced
461:4f25aa5039b3 462:07433bd892ee
22 22
23 23
24 class Const(constants.Const): 24 class Const(constants.Const):
25 25
26 # Frontend parameters 26 # Frontend parameters
27 ENABLE_UNIBOX_KEY = D_("Composition") 27 COMPOSITION_KEY = D_("Composition")
28 ENABLE_UNIBOX_PARAM = D_("Enable unibox") 28 ENABLE_UNIBOX_PARAM = D_("Enable unibox")
29 29
30 # MISC 30 # MISC
31 PASSWORD_MIN_LENGTH = 6 # for new account creation 31 PASSWORD_MIN_LENGTH = 6 # for new account creation