mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-10 20:08:36 -06:00
add file count and directory path info to delete confirm prompt
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
<div class="content">
|
||||
<p>
|
||||
Are you sure you want to remove this directory from the file server?
|
||||
<br>
|
||||
{% load humanize %}
|
||||
<code>{{ directory.path }}</code> contains {{ num_files|intcomma }} files.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user