Tweak the admin

This commit is contained in:
Thomas Sileo
2019-04-07 12:53:16 +02:00
parent 63ebf6ecf2
commit 87a1144f88
2 changed files with 0 additions and 28 deletions

2
app.py
View File

@@ -1402,10 +1402,8 @@ def admin():
@app.route("/admin/tasks", methods=["GET"])
@login_required
def admin_tasks():
return render_template(
"admin_tasks.html",
success=p.get_success(),
dead=p.get_dead(),
waiting=p.get_waiting(),
)