From ae302bbc411ecd5b57de1036eb67abf919857e47 Mon Sep 17 00:00:00 2001 From: "Bc. Petr Pecha" Date: Mon, 19 Oct 2015 10:08:56 +0200 Subject: [PATCH] Zobrazovani dat ve vypisu nezadanych Problemu --- seminar/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seminar/admin.py b/seminar/admin.py index 28698611..299e6c75 100644 --- a/seminar/admin.py +++ b/seminar/admin.py @@ -319,7 +319,7 @@ class ProblemAdmin(reversion.VersionAdmin): return obj.pocet_reseni class ProblemNavrhAdmin(ProblemAdmin): - list_display = ['nazev', 'typ', 'zamereni', 'stav', 'autor', 'timestamp'] + list_display = ['nazev', 'typ', 'stav', 'autor', 'timestamp'] list_filter = ['typ', 'zamereni', 'timestamp', 'stav'] def get_queryset(self, request):