From e26a55bb038223136d9f62c1349da72b5f1b589a Mon Sep 17 00:00:00 2001 From: Pawel Kowalski Date: Thu, 23 Aug 2018 13:47:47 +0200 Subject: [PATCH] Probably duplicate type specification --- server/core/management/commands/dummy_data.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/server/core/management/commands/dummy_data.py b/server/core/management/commands/dummy_data.py index 56c52c8b..adff0f28 100644 --- a/server/core/management/commands/dummy_data.py +++ b/server/core/management/commands/dummy_data.py @@ -68,14 +68,14 @@ data = [ { 'type': 'text_block', 'value': { - 'type': 'text_block', + # 'type': 'text_block', 'text': '

Sie haben diesen Sommer ihre Lehre begonnen. Was bedeutet dieser neue Abschnitt für Sie?
Halten Sie Ihre Erfahrungen im Bereich fest und stellen Sie diese anschliessend der Klasse vor.

' } }, { 'type': 'text_block', 'value': { - 'type': 'text_block', + # 'type': 'text_block', 'text': '

Das folgende Interview bezieht sich auf Jugendliche, die Ihre Lehre im Sommer begonnen haben.

Lesen Sie das Interview durch und bearbeiten Sie anschliessend die Aufgaben.

' } }, @@ -102,6 +102,9 @@ data = [ { 'type': 'yellow', 'title': 'Auftrag 2', + 'contents': [ + + ] # 'content': 'Sie haben diesen Sommer ihre Lehre begonnen. Was bedeutet dieser neue Abschnitt für Sie?' }, {