From 70afb94d3b985e314ff1f922294875e43c56fefc Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 2 Jun 2018 18:22:57 +0100 Subject: Add topics todo list based on forum parser --- app/templates/admin/list.html | 1 + app/templates/todo.html | 54 -------------------------- app/templates/todo/list.html | 62 ++++++++++++++++++++++++++++++ app/templates/todo/topics.html | 34 ++++++++++++++++ app/templates/users/user_profile_page.html | 23 +++++++++++ 5 files changed, 120 insertions(+), 54 deletions(-) delete mode 100644 app/templates/todo.html create mode 100644 app/templates/todo/list.html create mode 100644 app/templates/todo/topics.html (limited to 'app/templates') diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index ff422ba..e5049f9 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -18,6 +18,7 @@