Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo odels
  • Loading branch information
mvogl committed Jul 7, 2017
1 parent 588f647 commit 42f9aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoa/models.py
Expand Up @@ -142,6 +142,6 @@ class Section(CommonTextPart):
chapter = models.ForeignKey(Chapter, blank=False)

class Subsection(CommonTextPart):
part = odels.ForeignKey(Part, blank=True)
part = models.ForeignKey(Part, blank=True)
chapter = models.ForeignKey(Chapter, blank=False)
section = models.ForeignKey(Section, blank=False)

0 comments on commit 42f9aae

Please sign in to comment.