|
|
@ -873,6 +873,16 @@ def oldObalkovaniView(request, rocnik, cislo): |
|
|
|
{'cislo': cislo, 'problemy': problemy, 'reseni': reseni} |
|
|
|
) |
|
|
|
|
|
|
|
### Orgostránky |
|
|
|
|
|
|
|
def OrgoRozcestnikView(request): |
|
|
|
''' Zobrazí organizátorský rozcestník.''' |
|
|
|
posledni_soustredeni = Soustredeni.objects.order_by('-datum_konce').first() |
|
|
|
|
|
|
|
template_name = 'seminar/orgorozcestnik.html' |
|
|
|
content_type = 'text/plain; charset=UTF8' |
|
|
|
#XXX |
|
|
|
|
|
|
|
### Tituly |
|
|
|
|
|
|
|
def TitulyView(request, rocnik, cislo): |
|
|
@ -983,7 +993,6 @@ class ClankyResitelView(generic.ListView): |
|
|
|
skupina.sort(key=lambda clanek: clanek.kod_v_rocniku()) |
|
|
|
for clanek in skupina: |
|
|
|
queryset.append(clanek) |
|
|
|
#XXX |
|
|
|
|
|
|
|
#zadani__rocnik').order_by('-cislo_zadani__rocnik__rocnik', 'kod') |
|
|
|
|
|
|
|