Admin | Problem nezadany | pridano zamereni i do vypisu
This commit is contained in:
parent
f743d70e6b
commit
30d3cc8f15
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class ProblemAdmin(reversion.VersionAdmin):
|
|||
return obj.pocet_reseni
|
||||
|
||||
class ProblemNavrhAdmin(ProblemAdmin):
|
||||
list_display = ['nazev', 'typ', 'stav', 'autor', 'timestamp']
|
||||
list_display = ['nazev', 'typ', 'zamereni', 'stav', 'autor', 'timestamp']
|
||||
list_filter = ['typ', 'zamereni', 'timestamp', 'stav']
|
||||
|
||||
def get_queryset(self, request):
|
||||
|
|
Loading…
Reference in a new issue