Skip to content

Commit 6738e9a

Browse files
committed
site: leaderboard: Remove players filter from UI
We don't support filtering by player on the backend, so don't expose the option in the frontend. Signed-off-by: Sean Anderson <[email protected]>
1 parent 8ab119f commit 6738e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trends/site/templates/leaderboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% block content %}
1111
{{ super() }}
1212
<h1>Leaderboard</h1>
13-
{{ filter('class', 'league', 'format', 'map', 'steamid64') }}
13+
{{ filter('class', 'league', 'format', 'map') }}
1414
{{ sort({
1515
'logs': "Logs",
1616
'winrate': "Winrate",

0 commit comments

Comments
 (0)