Spaces:
Sleeping
Sleeping
Update templates/upload.html
Browse files- templates/upload.html +2 -2
templates/upload.html
CHANGED
|
@@ -189,8 +189,8 @@
|
|
| 189 |
Uploaded:
|
| 190 |
<span class="text-danger">{{ session.get('uploaded_file') }}</span>
|
| 191 |
</p>
|
| 192 |
-
<div class="file-actions">
|
| 193 |
-
<form action="{{ url_for('
|
| 194 |
<button type="submit" class="btn btn-outline-danger">
|
| 195 |
<i class="bi bi-trash"></i> Remove Uploaded File
|
| 196 |
</button>
|
|
|
|
| 189 |
Uploaded:
|
| 190 |
<span class="text-danger">{{ session.get('uploaded_file') }}</span>
|
| 191 |
</p>
|
| 192 |
+
<div class="file-actions">
|
| 193 |
+
<form action="{{ url_for('remove_file') }}" method="post">
|
| 194 |
<button type="submit" class="btn btn-outline-danger">
|
| 195 |
<i class="bi bi-trash"></i> Remove Uploaded File
|
| 196 |
</button>
|