diff --git a/news/templates/news/delete.html b/news/templates/news/delete.html new file mode 100644 index 0000000..e05b3ee --- /dev/null +++ b/news/templates/news/delete.html @@ -0,0 +1,23 @@ +{% load static i18n permission_tags %} + + +
{% trans 'Are you sure you want to delete the news' %} "{{new.title}}"? {% trans "All its data will be lost and can't be recovered" %}