From efcab934600f6c2f9c7e95064735ecfa1851d564 Mon Sep 17 00:00:00 2001 From: svitvojimilioni Date: Fri, 19 Jan 2024 11:23:04 -0500 Subject: [PATCH] Prebaceni *.html fajlovi za stranice u pages folder --- taskmanager/templates/addtask.html | 41 ---------------------- taskmanager/templates/deltask.html | 34 ------------------ taskmanager/templates/index.html | 39 --------------------- taskmanager/templates/project.html | 54 ----------------------------- taskmanager/templates/register.html | 40 --------------------- taskmanager/templates/response.html | 26 -------------- 6 files changed, 234 deletions(-) delete mode 100644 taskmanager/templates/addtask.html delete mode 100644 taskmanager/templates/deltask.html delete mode 100644 taskmanager/templates/index.html delete mode 100644 taskmanager/templates/project.html delete mode 100644 taskmanager/templates/register.html delete mode 100644 taskmanager/templates/response.html 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}}

-

-
- - -