File: delete_confirmation.html

package info (click to toggle)
qdjango 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,144 kB
  • sloc: cpp: 6,085; perl: 104; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
{% include "header.html" %}
<p>
    Are you sure you want to delete the {{ model_name }} "{{ original.username }}"?
</p>
<form method="post">
    <input type="submit" value="Yes, I'm sure"/>
</form>
{% include "footer.html" %}