Add align middle to table user
This commit is contained in:
parent
cf9a7cf33f
commit
386ef77e0f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user