diff --git a/viewer/templates/delete.html b/viewer/templates/delete.html index c4e7e89..578201f 100644 --- a/viewer/templates/delete.html +++ b/viewer/templates/delete.html @@ -17,18 +17,23 @@

Confirm Deletion

- + - + - +

Are you sure you want to remove this directory from the file server? {% load humanize %} - {{ directory.path }} contains {{ num_files|intcomma }} files. + {{ directory.path }} contains {{ num_files|intcomma }} files. +

+ Note: This does not delete any of your files. This will only clear the thumbnail cache + and database of associated files. +