Project

General

Profile

Download (402 Bytes) Statistics
| Branch: | Tag: | Revision:

root / corbo / templates / corbo / category_confirm_delete.html @ b94039e0

1
{% extends "corbo/manage.html" %}
2
{% load i18n %}
3
{% block content %}
4
<form method="post">
5
  {% csrf_token %}
6
  <h5>
7
    {% blocktrans with name=object.name %}
8
    Are you sure you want to delete category "{{ name }}"?
9
    {% endblocktrans %}
10
  </h5>
11
    <p class="text_preview">{% trans "All its announces of will be also deleted" %}</p>
12
  <button>{% trans "Delete" %}</button>
13
</form>
14
{% endblock %}
(4-4/7)