diff --git a/templates/account/user-profile.html b/templates/account/user-profile.html
index a24a620..93d83c1 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