Add align middle to table user
This commit is contained in:
parent
cf9a7cf33f
commit
386ef77e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue