Fix dummy data for basic knowledge
This commit is contained in:
parent
b22b918d82
commit
73759e1af8
|
|
@ -121,7 +121,7 @@ class ContentBlockFactory(BasePageFactory):
|
|||
if field == 'description':
|
||||
kwargs[
|
||||
'{}__{}__{}__{}'.format(stream_field_name, idx, block_type, field)] = RichText(
|
||||
fake_paragraph())
|
||||
value[field])
|
||||
else:
|
||||
kwargs[
|
||||
'{}__{}__{}__{}'.format(stream_field_name, idx, block_type,
|
||||
|
|
|
|||
Loading…
Reference in New Issue