From 386ef77e0fdac07a2c4ba43bf27af7b4673e9b36 Mon Sep 17 00:00:00 2001 From: gabatxo1312 Date: Thu, 29 Jan 2026 23:59:44 +0100 Subject: [PATCH] Add align middle to table user --- templates/users/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/users/index.html b/templates/users/index.html index 459bdc1..04aedae 100644 --- a/templates/users/index.html +++ b/templates/users/index.html @@ -22,7 +22,7 @@ {% for user_information in user_with_books_number %} - + {{ user_information.user.id }} {{ user_information.user.name }} {{ user_information.owner_book_number }}