Typo
This commit is contained in:
parent
d83ac0eb23
commit
b97e90332c
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ class Tema(Problem):
|
|||
def save(self, *args, **kwargs):
|
||||
super().save(*args, **kwargs)
|
||||
# *Node.save() aktualizuje název *Nodu.
|
||||
for tvcn in self_temavcislenode_set.all():
|
||||
for tvcn in self.temavcislenode_set.all():
|
||||
tvcn.save()
|
||||
|
||||
class Clanek(Problem):
|
||||
|
|
Loading…
Reference in a new issue