diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-05 17:18:43 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-05 17:18:43 +0100 |
| commit | 224c1071049243a0d47b22565398ceac2a094732 (patch) | |
| tree | ae4f4e50b674246bdaafcb231a6d5d90d22093de /app/admin | |
| parent | update changelog (diff) | |
| download | AnnotateChange-224c1071049243a0d47b22565398ceac2a094732.tar.gz AnnotateChange-224c1071049243a0d47b22565398ceac2a094732.zip | |
Rename manage to manage_tasks
Diffstat (limited to 'app/admin')
| -rw-r--r-- | app/admin/routes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/admin/routes.py b/app/admin/routes.py index d244a77..fa4e5a5 100644 --- a/app/admin/routes.py +++ b/app/admin/routes.py @@ -90,7 +90,7 @@ def manage_tasks(): .all() ) return render_template( - "admin/manage.html", title="Assign Task", form=form, tasks=tasks + "admin/manage_tasks.html", title="Assign Task", form=form, tasks=tasks ) |
