Mercurial > libervia-web
comparison src/common/constants.py @ 696:c2f22ca12e23
browser and server side: remove unibox
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 20 Apr 2015 08:51:25 +0200 |
parents | 9877607c719a |
children | 249e49f56f67 |
comparison
equal
deleted
inserted
replaced
695:e86490a7c76e | 696:c2f22ca12e23 |
---|---|
23 | 23 |
24 | 24 |
25 class Const(constants.Const): | 25 class Const(constants.Const): |
26 | 26 |
27 LIBERVIA_MAIN_PAGE = "libervia.html" | 27 LIBERVIA_MAIN_PAGE = "libervia.html" |
28 | |
29 # Frontend parameters | |
30 COMPOSITION_KEY = D_("Composition") | |
31 ENABLE_UNIBOX_PARAM = D_("Enable unibox") | |
32 | 28 |
33 # MISC | 29 # MISC |
34 PASSWORD_MIN_LENGTH = 6 # for new account creation | 30 PASSWORD_MIN_LENGTH = 6 # for new account creation |
35 | 31 |
36 # HTTP REQUEST RESULT VALUES | 32 # HTTP REQUEST RESULT VALUES |