From 206160635aa27201769997c134e5c6ccfc5bb59c Mon Sep 17 00:00:00 2001 From: GDcheerios Date: Sun, 17 Nov 2024 22:59:56 -0600 Subject: [PATCH] fixed looking for wrong connection with gqc --- templates/account/user-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/account/user-profile.html b/templates/account/user-profile.html index a24a620b..93d83c15 100644 --- a/templates/account/user-profile.html +++ b/templates/account/user-profile.html @@ -35,7 +35,7 @@

About Me

{{ account.about|safe }}

- {% if account.has_gq %} + {% if account.has_gqc %} {% set gqc_main = gentry_manager.get_ranking(account.id, true) %} {% set gqc_items = gentry_manager.get_items(account.id, true) %}

Overall ranking