diff --git a/project_management/templates/create_project.html b/main/templates/create_project.html similarity index 100% rename from project_management/templates/create_project.html rename to main/templates/create_project.html diff --git a/project_management/templates/create_task.html b/main/templates/create_task.html similarity index 100% rename from project_management/templates/create_task.html rename to main/templates/create_task.html diff --git a/project_management/templates/load_project.html b/main/templates/load_project.html similarity index 100% rename from project_management/templates/load_project.html rename to main/templates/load_project.html diff --git a/project_management/templates/login.html b/main/templates/login.html similarity index 100% rename from project_management/templates/login.html rename to main/templates/login.html diff --git a/project_management/templates/project_dashboard.html b/main/templates/project_dashboard.html similarity index 100% rename from project_management/templates/project_dashboard.html rename to main/templates/project_dashboard.html diff --git a/project_management/templates/welcome.html b/main/templates/welcome.html similarity index 100% rename from project_management/templates/welcome.html rename to main/templates/welcome.html