We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5760d6f commit 7f20d19Copy full SHA for 7f20d19
task_manager/templates/tasks/confirm_delete.html
@@ -1,10 +1,10 @@
1
{% extends "base.html" %}
2
{% block content %}
3
-<h1>Удалить задачу</h1>
4
-<p>Точно удалить «{{ object.name }}»?</p>
+<h1>Удаление задачи</h1>
+<p>Вы уверены, что хотите удалить {{ object.name }}?</p>
5
<form method="post">
6
{% csrf_token %}
7
- <button type="submit" class="btn btn-danger">Удалить</button>
+ <button type="submit" class="btn btn-danger">Да, удалить</button>
8
<a href="{% url 'tasks_index' %}" class="btn btn-link">Отмена</a>
9
</form>
10
{% endblock %}
0 commit comments