From 88a8d6e03e63538d845b8227951afb0b2244f14d Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 11 May 2023 17:27:48 +0300 Subject: [PATCH] fix sorting by tier --- files/templates/admin/patrons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/admin/patrons.html b/files/templates/admin/patrons.html index 0041059aa..d52c6998b 100644 --- a/files/templates/admin/patrons.html +++ b/files/templates/admin/patrons.html @@ -15,7 +15,7 @@ {{loop.index}} {% include "user_in_table.html" %} - + {% if user.patron > 1 %} 2{{user.patron}} {% endif %}