diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 17981d3..69352b2 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 5eca40a..b92a74a 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/property_delete.html b/core/templates/core/property_delete.html new file mode 100644 index 0000000..f9db83a --- /dev/null +++ b/core/templates/core/property_delete.html @@ -0,0 +1,13 @@ +{% extends 'base.html' %} + +{% block content %} +
Are you sure you want to delete "{{ property.title }}"?
+ +