change arrangement of top 20 and 10

This commit is contained in:
Justin
2023-05-15 13:10:09 +08:00
committed by GitHub
parent 1239242f37
commit 5902a8ba5f

View File

@@ -6236,8 +6236,8 @@
</div>
<div class="col-auto">
<select id="golf-ranking-number" class="form-select">
<option {%if team_stats.top20 == 10 %} selected {% endif %}>Top 10</option>
<option {%if team_stats.top20 == 20 %} selected {% endif %}>Top 20</option>
<option {%if team_stats.top20 == 10 %} selected {% endif %}>Top 10</option>
</select>
</div>
<div class="col-auto">