Fixes in sucky things
This commit is contained in:
parent
fbab7917ef
commit
e2e9c80647
5 changed files with 21 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ def pastafari2_tasks():
|
|||
|
||||
if type(form_admin).__name__=='str':
|
||||
|
||||
return t.load_template('content.phtml', title=I18n.lang('admin', 'tasks_edit', 'Tasks edit'), contents=form_admin, path_module='admin_app.pastafari2_tasks')
|
||||
return t.load_template('content.phtml', title=I18n.lang('admin', 'tasks_log', 'Tasks log'), contents=form_admin, path_module='admin_app.pastafari2_tasks')
|
||||
else:
|
||||
|
||||
return form_admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue