From 30d3cc8f15dd9d225383fba5fc8a611dbc7c5193 Mon Sep 17 00:00:00 2001 From: "Bc. Petr Pecha" Date: Thu, 17 Sep 2015 22:04:50 +0200 Subject: [PATCH] Admin | Problem nezadany | pridano zamereni i do vypisu --- seminar/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seminar/admin.py b/seminar/admin.py index 9d8406ca..808d838a 100644 --- a/seminar/admin.py +++ b/seminar/admin.py @@ -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):