Commit 84fdf914 authored by Matt's avatar Matt

Revert "Update web.py"

This reverts commit a388f03b.
parent 7a069ad7
...@@ -1722,7 +1722,7 @@ def get_tasks_status(): ...@@ -1722,7 +1722,7 @@ def get_tasks_status():
# UIanswer = copy.deepcopy(answer) # UIanswer = copy.deepcopy(answer)
answer = helper.render_task_status(tasks) answer = helper.render_task_status(tasks)
# foreach row format row # 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"))
@app.route("/admin") @app.route("/admin")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment