Fix in icon users admin
This commit is contained in:
parent
d3406f97db
commit
a5409980f8
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ def ausers():
|
|||
|
||||
if type(form_admin).__name__=='str':
|
||||
|
||||
return t.load_template('content.phtml', title=I18n.lang('admin', 'users_edit', 'Users edit'), contents=form_admin, path_module='/admin/ausers')
|
||||
return t.load_template('content.phtml', title=I18n.lang('admin', 'users_edit', 'Users edit'), contents=form_admin, path_module='admin_app.ausers')
|
||||
else:
|
||||
|
||||
return form_admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue