Fixes un admin users
This commit is contained in:
parent
97e89736b5
commit
d736b36a7a
5 changed files with 27 additions and 6 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue