+ Are you sure you want to remove this directory from the file server? +
+diff --git a/viewer/templates/delete.html b/viewer/templates/delete.html new file mode 100644 index 0000000..a4f5d1f --- /dev/null +++ b/viewer/templates/delete.html @@ -0,0 +1,38 @@ +{% extends 'base.html' %} +{% block head %} + {{ block.super }} + +{% endblock head %} +{% block content %} +
+ Confirm Deletion +
+ + + + + ++ Are you sure you want to remove this directory from the file server? +
+