Skip to content

Commit

Permalink
Merge branch 'master' into bundleMod
Browse files Browse the repository at this point in the history
  • Loading branch information
FGlazov committed Mar 29, 2023
2 parents 0a22689 + 5cea11c commit df0bf9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/mod_rating_by_type/templates/main_itaf.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down Expand Up @@ -98,7 +98,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down Expand Up @@ -171,7 +171,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down Expand Up @@ -243,7 +243,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down Expand Up @@ -275,7 +275,7 @@
</div>
</div>

<div class="top_pilots">
<div class="top_pilots">
<div class="top_title">
{% trans 'Best bomber ironmen' context 'tour_top' %}
</div>
Expand All @@ -286,7 +286,7 @@
<div class="cell" style="width: 30px;"></div>
<div class="cell">{% trans 'score' context 'tour_top' %}</div>
</div>
{% for player in top_ironman_light %}
{% for player in top_ironman_heavy %}
<a class="row" href="{{ player.get_profile_url }}">
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ player.nickname }}</div>
Expand Down
8 changes: 4 additions & 4 deletions src/mod_rating_by_type/templates/tour_itaf.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down Expand Up @@ -102,7 +102,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down Expand Up @@ -175,7 +175,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down Expand Up @@ -247,7 +247,7 @@
<div class="cell">{{ forloop.counter }}</div>
<div class="cell">{{ vlife.profile.nickname }}</div>
<div class="cell img">
{% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %}
{% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
</div>
<div class="cell">{{ vlife.score }}</div>
</a>
Expand Down

0 comments on commit df0bf9d

Please sign in to comment.