Fix small circle unit titles
This commit is contained in:
parent
a66ead9159
commit
c8905847fa
|
|
@ -100,7 +100,7 @@ def create_vv_new_learning_path(
|
|||
lp,
|
||||
title="Selbstständigkeit",
|
||||
lc_title="Patrizia macht sich selbstständig",
|
||||
lu_title="Selbsständigerwerbende versichern",
|
||||
lu_title="Selbstständigerwerbende versichern",
|
||||
)
|
||||
create_circle_standard(
|
||||
lp,
|
||||
|
|
@ -655,12 +655,13 @@ def create_circle_standard_small(
|
|||
|
||||
if lu_title is None:
|
||||
lu_title = title
|
||||
LearningSequenceFactory(title=lu_title, parent=circle, icon="it-icon-ls-watch")
|
||||
LearningSequenceFactory(title=title, parent=circle, icon="it-icon-ls-watch")
|
||||
create_standard_learning_unit(
|
||||
lc_title,
|
||||
parent=circle,
|
||||
category_name=title,
|
||||
competence_id="V1",
|
||||
learning_unit_title=lu_title
|
||||
)
|
||||
|
||||
create_learning_sequence_transfer(circle, title, lc_praxis_title=lc_praxis_title)
|
||||
|
|
|
|||
Loading…
Reference in New Issue