root / corbo / templates / corbo / announce_confirm_delete.html @ b94039e0
1 |
{% extends "corbo/manage.html" %} |
---|---|
2 |
{% load i18n %} |
3 |
{% block content %} |
4 |
<form method="post"> |
5 |
<h5>
|
6 |
{% blocktrans with title=object.title %} |
7 |
Are you sure you want to delete the announce "{{ title }}" ? |
8 |
{% endblocktrans %} |
9 |
</h5>
|
10 |
{% csrf_token %} |
11 |
<button>{% trans "Delete" %}</button> |
12 |
</form>
|
13 |
{% endblock %} |