diff options
Diffstat (limited to 'app/notes/templates/confirm_delete.html')
-rw-r--r-- | app/notes/templates/confirm_delete.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/notes/templates/confirm_delete.html b/app/notes/templates/confirm_delete.html new file mode 100644 index 0000000..8e657b1 --- /dev/null +++ b/app/notes/templates/confirm_delete.html @@ -0,0 +1,12 @@ +<form method="post">{% csrf_token %} + + + + +<p>Are you sure you want to delete "{{ object }}"?</p> + + + + + <input type="submit" value="Confirm"> +</form> |