modyfikacja formularza z obrazami

This commit is contained in:
2023-04-20 16:29:01 +02:00
parent db70943bf0
commit 9c07b62126
6 changed files with 52 additions and 10 deletions

View File

@@ -12,6 +12,7 @@
<tr>
<th>Token</th>
<th>Nazwa</th>
<th>IP VPN</th>
<th>Usuń</th>
</tr>
</thead>
@@ -20,6 +21,7 @@
<tr>
<td>{{ image.token }}</td>
<td>{{ image.name }}</td>
<td>{{ image.vpn_ip }}</td>
<td>
<form action="{{ url_for('delete', image_id=image.id) }}" method="post">
<button type="submit" class="btn btn-danger">Usuń</button>