Fix incorrect attribute in dummy data

This commit is contained in:
Unknown 2018-09-03 14:35:33 +02:00
parent f2edc096b8
commit a2fd2b50c3
1 changed files with 2 additions and 2 deletions

View File

@ -123,10 +123,10 @@ data = [
'title': 'Das Interview', 'title': 'Das Interview',
'contents': [ 'contents': [
{ {
'type': 'text_block', 'type': 'basic_knowledge',
'value': { 'value': {
'type': 'text_block', 'type': 'text_block',
'text': '<p>Ein Interview dient dazu, durch Befragung Informationen zu ermitteln. Bei journalistischen Interviews werden oft Expertinnen und Experten befragt, aber auch Personen.</p>' 'description': '<p>Ein Interview dient dazu, durch Befragung Informationen zu ermitteln. Bei journalistischen Interviews werden oft Expertinnen und Experten befragt, aber auch Personen.</p>'
} }
}, },
] ]