Vylepšení hodnotítka fix #1354 fix #1237 #20

Merged
zelvuska merged 25 commits from vylepseni_odevzdavatka into master 2023-06-12 22:17:08 +02:00
Showing only changes of commit 4f7b64fae2 - Show all commits

View file

@ -171,7 +171,7 @@ class Hodnoceni(bm.SeminarModelBase):
@property
def body_max(self):
if not isinstance(Hodnoceni.objects.first().problem, am.Uloha):
if not isinstance(self.problem, am.Uloha):
return None
return self.problem.uloha.max_body