Skip to content

Commit

Permalink
Merge "(no ticket) Rename the problem filter field in the admin tasks…
Browse files Browse the repository at this point in the history
… view"
  • Loading branch information
matrach authored and Gerrit Code Review committed Aug 21, 2013
2 parents 231df03 + 15c4a49 commit 5e37c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oioioi/contests/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def queryset(self, request, queryset):


class ProblemNameListFilter(SimpleListFilter):
title = _("full name")
title = _("problem")
parameter_name = 'pi'

def lookups(self, request, model_admin):
Expand Down

0 comments on commit 5e37c56

Please sign in to comment.