Skip to content

Commit

Permalink
fixes leaderboard after 144365c broke it
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed May 18, 2020
1 parent e87e1e5 commit 9aad3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/templates/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h1 class="font-title-lg font-weight-semibold mt-2">{% trans "None found" %}</h1
</thead>

<tbody>
{% for item, flag in dual_list %}
{% for item in items %}
<tr class='{% if not is_linked_to_profile %} clickable-row {% endif %} d-flex align-items-stretch' {% if not is_linked_to_profile %} data-href="{{item.url}}" {% endif %} >
<td class="col-2 d-flex align-items-center item-position"># {{forloop.counter}}</td>
<td class="col-6 d-flex align-items-center" >
Expand Down

0 comments on commit 9aad3f0

Please sign in to comment.