Fixes un admin users

This commit is contained in:
Antonio de la Rosa 2020-01-29 19:45:40 +01:00
parent 97e89736b5
commit d736b36a7a
5 changed files with 27 additions and 6 deletions

View file

@ -113,7 +113,7 @@ def admin(module='', submodule=''):
if type(content).__name__=='str':
return t.load_template('content.phtml', title=I18n.lang('admin', 'paramecio_admin', 'Paramecio admin'), contents=content)
return t.load_template('content.phtml', title=I18n.lang('admin', 'paramecio_admin', 'Paramecio admin'), contents=content, path_module=path_module)
else: