Fixes in i18n

This commit is contained in:
Antonio de la Rosa 2015-12-11 03:31:53 +01:00
parent b80b78f66e
commit 2abf62a107
3 changed files with 10 additions and 5 deletions

View file

@ -22,7 +22,8 @@ from collections import OrderedDict
t=ptemplate('admin')
load_lang('admin', 'common')
load_lang('paramecio.admin', 'paramecio.common')
@get('/'+config.admin_folder)
@get('/'+config.admin_folder+'/<module>')
@post('/'+config.admin_folder+'/<module>')