mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-11 09:29:53 +00:00
Include file name in delete modal (#476)
This commit is contained in:
parent
f46453bbd2
commit
53d38077f1
@ -277,7 +277,7 @@
|
||||
<input type="submit" value="Attach">
|
||||
{% endif %}
|
||||
</form>
|
||||
<form action="/files/delete" method="post" onsubmit="return confirm('Delete file?')">
|
||||
<form action="/files/delete" method="post" onsubmit="return confirm('Delete file \'{{ file["name"] }}\'?')">
|
||||
<input name="image" type="hidden" value="{{ file['name'] }}">
|
||||
<input type="submit" value="Delete">
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user