Skip to content

Commit

Permalink
fixed looking for wrong connection with gqc
Browse files Browse the repository at this point in the history
  • Loading branch information
GDcheeriosYT committed Nov 18, 2024
1 parent acdf39a commit 2061606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/account/user-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>About Me</h1>
<h2>{{ account.about|safe }}</h2>
</div>
<div id="gqc-data">
{% 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) %}
<h1>Overall ranking</h1>
Expand Down

0 comments on commit 2061606

Please sign in to comment.