Add align middle to table user

This commit is contained in:
gabatxo1312
2026-01-29 23:59:44 +01:00
parent cf9a7cf33f
commit 386ef77e0f
+1 -1
View File
@@ -22,7 +22,7 @@
</thead>
<tbody>
{% for user_information in user_with_books_number %}
<tr>
<tr class="align-middle">
<th scope="row">{{ user_information.user.id }}</th>
<td>{{ user_information.user.name }}</td>
<td>{{ user_information.owner_book_number }}</td>