usuwanie obrazow z bazy danych
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<td>{{ image.token }}</td>
|
||||
<td>{{ image.name }}</td>
|
||||
<td>
|
||||
<form method="post" action="/api/delete_image/{{ image.id }}">
|
||||
<form action="{{ url_for('delete', image_id=image.id) }}" method="post">
|
||||
<button type="submit" class="btn btn-danger">Usuń</button>
|
||||
</form>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user