change arrangement of top 20 and 10
This commit is contained in:
parent
1239242f37
commit
5902a8ba5f
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user