1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Hodnoceni(bm.SeminarModelBase):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def body_max(self):
|
def body_max(self):
|
||||||
if not isinstance(Hodnoceni.objects.first().problem, am.Uloha):
|
if not isinstance(self.problem, am.Uloha):
|
||||||
return None
|
return None
|
||||||
return self.problem.uloha.max_body
|
return self.problem.uloha.max_body
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue