|
@ -296,7 +296,7 @@ class VysledkovkaCisla(Vysledkovka): |
|
|
|
|
|
|
|
|
@cached_property |
|
|
@cached_property |
|
|
def temata_a_spol(self) -> list[m.Problem]: |
|
|
def temata_a_spol(self) -> list[m.Problem]: |
|
|
if self.cislo.rocnik.rocnik < ROCNIK_ZRUSENI_TEMAT: |
|
|
if self.rocnik.rocnik < ROCNIK_ZRUSENI_TEMAT: |
|
|
return self.hlavni_problemy |
|
|
return self.hlavni_problemy |
|
|
else: |
|
|
else: |
|
|
return list(filter(self.ne_clanek_ne_konfera, self.hlavni_problemy)) |
|
|
return list(filter(self.ne_clanek_ne_konfera, self.hlavni_problemy)) |
|
|