From f78cf1c68cf2d07c734c6e60113b8d191b93246c Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sun, 28 May 2023 21:23:35 +0200 Subject: [PATCH] Add confirm dialong for deleting. --- templates/files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/files.html b/templates/files.html index c72a1d4..63c227d 100644 --- a/templates/files.html +++ b/templates/files.html @@ -22,7 +22,7 @@ {% endif %}
{{ file.name }} - delete! + delete!
{% endfor %}