change display of Comics from cards to table

This commit is contained in:
Thomas Peetz
2025-05-13 07:57:58 +02:00
parent 3537642df9
commit aa4b47e032
4 changed files with 35 additions and 30 deletions
@@ -71,5 +71,12 @@
</tbody>
</table>
</div>
<div class="row">
<div>
<a href="/comic/comics" class="btn btn-outline-primary btn-sm active" role="button" aria-pressed="true">Back to list</a>
<a href="/comic/comic/edit/{{comic.id}}" class="btn btn-outline-primary btn-sm active" role="button" aria-pressed="true">Edit</a>
<a href="/comic/comic/delete/{{comic.id}}" class="btn btn-outline-danger btn-sm active" role="button" aria-pressed="true">Delete</a>
</div>
</div>
</div>
{% endblock %}