Skip to content

Commit

Permalink
Fix compatibility issue with previous version of manifest import
Browse files Browse the repository at this point in the history
  • Loading branch information
artragis committed Dec 19, 2020
1 parent b37f510 commit 533e56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zds/tutorialv2/models/versioned.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ class Extract:
container = None
position_in_parent = 1
text = None
is_quizz = False

def __init__(self, title, slug="", container=None, position_in_parent=1):
self.title = title
Expand Down

0 comments on commit 533e56e

Please sign in to comment.