File: delete_confirmation.html

package info (click to toggle)
qdjango 0.6.2-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 908 kB
  • sloc: cpp: 7,818; sh: 32; makefile: 12; javascript: 1
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" %}