Update web.py

pull/765/head
hexeth 5 years ago committed by GitHub
parent a388f03b99
commit 1bcc0698d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1722,7 +1722,7 @@ def get_tasks_status():
# UIanswer = copy.deepcopy(answer)
answer = helper.render_task_status(tasks)
# foreach row format row
return render_title_template('tasks.html', entries=answer, title=_(u"Tasks") page="tasks")
return render_title_template('tasks.html', entries=answer, title=_(u"Tasks"), page="tasks")
@app.route("/admin")

Loading…
Cancel
Save