|
|
@ -642,7 +642,7 @@ def soustredeniUcastniciExportView(request,soustredeni): |
|
|
|
class ClankyResitelView(generic.ListView): |
|
|
|
model = Problem |
|
|
|
template_name = 'seminar/clanky/resitelske_clanky.html' |
|
|
|
queryset = Clanek.objects.filter(stav=Problem.STAV_ZADANY).select_related('cislo_zadani__rocnik').order_by('-cislo_zadani__rocnik__rocnik', 'kod') |
|
|
|
queryset = Clanek.objects.filter(stav=Problem.STAV_ZADANY).select_related('cislo__rocnik').order_by('-cislo__rocnik__rocnik', 'kod') |
|
|
|
|
|
|
|
# FIXME: pokud chceme orgoclanky, tak nejak zavest do modelu a podle toho odkomentovat a upravit |
|
|
|
#class ClankyOrganizatorView(generic.ListView)<F12>: |
|
|
|