summaryrefslogtreecommitdiff
path: root/app/notes/templates/confirm_delete.html
blob: 8e657b131910e203c37392d6c80b22c67e11a2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<form method="post">{% csrf_token %}
     
 
 
 
<p>Are you sure you want to delete "{{ object }}"?</p>
 
 
 
 
    <input type="submit" value="Confirm">
</form>