Add align middle to table user

This commit is contained in:
gabatxo1312 2026-01-29 23:59:44 +01:00
parent cf9a7cf33f
commit 386ef77e0f
No known key found for this signature in database

View File

@ -22,7 +22,7 @@
</thead> </thead>
<tbody> <tbody>
{% for user_information in user_with_books_number %} {% for user_information in user_with_books_number %}
<tr> <tr class="align-middle">
<th scope="row">{{ user_information.user.id }}</th> <th scope="row">{{ user_information.user.id }}</th>
<td>{{ user_information.user.name }}</td> <td>{{ user_information.user.name }}</td>
<td>{{ user_information.owner_book_number }}</td> <td>{{ user_information.owner_book_number }}</td>