Fixes in sucky things

This commit is contained in:
Antonio de la Rosa 2022-04-21 18:04:02 +02:00
parent fbab7917ef
commit e2e9c80647
5 changed files with 21 additions and 3 deletions

View file

@ -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