Skip to content

Commit

Permalink
Merge pull request #4182 from gitcoinco/fix/leaderboard
Browse files Browse the repository at this point in the history
remove context in leaderboard
  • Loading branch information
danlipert authored Apr 11, 2019
2 parents aa29b71 + 2271b51 commit ebb66b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/marketing/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def _leaderboard(request):
context = {
'active': 'leaderboard',
}
return leaderboard(request, context)
return leaderboard(request, '')


def leaderboard(request, key=''):
Expand Down

0 comments on commit ebb66b6

Please sign in to comment.