From b030a4f921113e60c590094744ad728417066f9f Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 27 Dec 2021 17:49:27 +0700 Subject: [PATCH] Add border --- templates/user/users-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/users-table.html b/templates/user/users-table.html index 189c3ab..8e0bf13 100644 --- a/templates/user/users-table.html +++ b/templates/user/users-table.html @@ -15,7 +15,7 @@ {% endblock %} {% block after_rank %} - + {% if user.rating %}{{ rating_number(user) }}{% endif %} {% endblock %}