diff options
author | luxagraf <sng@luxagraf.net> | 2025-04-07 16:10:26 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2025-04-07 16:10:26 -0500 |
commit | 7d55fc9935cd90343f7a9bfee602ef654f0afdb0 (patch) | |
tree | 992f3c88040d22db78f6b4c2082c796214e0c55d /app/notes/templates/confirm_delete.html | |
parent | e3fc13086e361832bb14d6c6cedd8da6fe75bbd1 (diff) |
notes: added new top level notes app to combine gtd and links
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> |