diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index f47932c..28cdac2 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 686e6cd..c28f7f2 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/core/delete_project_confirm.html b/core/templates/core/delete_project_confirm.html new file mode 100644 index 0000000..768e387 --- /dev/null +++ b/core/templates/core/delete_project_confirm.html @@ -0,0 +1,22 @@ +{% extends 'base.html' %} +{% block content %} +
Are you sure you want to delete the project {{ project.title }}? This action cannot be undone.
+ +