diff --git a/taskmanager/templates/addtask.html b/taskmanager/templates/addtask.html deleted file mode 100644 index a36d042..0000000 --- a/taskmanager/templates/addtask.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - Add new task - - -
- -
-
-

Create new task

-
-
-
- - -
-
- - -
-
- - -
-
- -
-
- -
- - diff --git a/taskmanager/templates/deltask.html b/taskmanager/templates/deltask.html deleted file mode 100644 index 1272bbf..0000000 --- a/taskmanager/templates/deltask.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - Delete task - - -
- -
-
-

Create new task

-
-
-

Task creator's password

-

- - -
-
- -
-
- -
- - diff --git a/taskmanager/templates/index.html b/taskmanager/templates/index.html deleted file mode 100644 index 3903bab..0000000 --- a/taskmanager/templates/index.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - Task manager - - -
- -
-
-
- -
-

Tasks

- {% for task in tasks %} - - {% endfor %} -
-
-
- - - diff --git a/taskmanager/templates/project.html b/taskmanager/templates/project.html deleted file mode 100644 index a7e7809..0000000 --- a/taskmanager/templates/project.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - {{task.name}} - - -
- -
-
-
-

{{task.name}}

- -

{{task.desc}}

-
-
-
- - {% for user in users %} - - {% endfor %} -
-
- -
-
-
- - -
-
- -
-
-

DELETE TASK

-

-
-
-
- - - diff --git a/taskmanager/templates/register.html b/taskmanager/templates/register.html deleted file mode 100644 index 8c66fdd..0000000 --- a/taskmanager/templates/register.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - Register - - -
- -
-
-
-
-
- - -
-
- - -
-
- - -
-
- -
-
-
-
- - diff --git a/taskmanager/templates/response.html b/taskmanager/templates/response.html deleted file mode 100644 index 8244a19..0000000 --- a/taskmanager/templates/response.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - Task Manager - - -
- -
-
-
-

{{response}}

-

-
- - -