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':
|
if field == 'description':
|
||||||
kwargs[
|
kwargs[
|
||||||
'{}__{}__{}__{}'.format(stream_field_name, idx, block_type, field)] = RichText(
|
'{}__{}__{}__{}'.format(stream_field_name, idx, block_type, field)] = RichText(
|
||||||
fake_paragraph())
|
value[field])
|
||||||
else:
|
else:
|
||||||
kwargs[
|
kwargs[
|
||||||
'{}__{}__{}__{}'.format(stream_field_name, idx, block_type,
|
'{}__{}__{}__{}'.format(stream_field_name, idx, block_type,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue