diff --git a/tcms/templates/attachments/delete_link.html b/tcms/templates/attachments/delete_link.html index 2336977ae9..219e546e14 100644 --- a/tcms/templates/attachments/delete_link.html +++ b/tcms/templates/attachments/delete_link.html @@ -1,4 +1,10 @@ {% load i18n %} {% load static %} +{% trans 'Are you sure you want to delete this attachment?' as prompt_message %} + -{% if delete_url %}{% endif %} +{% if delete_url %} + +{% endif %} \ No newline at end of file