Add another misspelled circle

This commit is contained in:
Christian Cueni 2024-08-07 09:43:25 +02:00
parent 4f231955fe
commit 7d974cc358
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ def assign_de_circles_to_profiles():
assign_circle_to_profile("Rechtsstreitigkeiten", COURSE_PROFILE_NICHTLEBEN_CODE)
assign_circle_to_profile("Reisen", COURSE_PROFILE_NICHTLEBEN_CODE)
assign_circle_to_profile("Wohneigentum", COURSE_PROFILE_NICHTLEBEN_CODE)
assign_circle_to_profile("Selbständigkeit", COURSE_PROFILE_NICHTLEBEN_CODE)
assign_circle_to_profile("Selbstständigkeit", COURSE_PROFILE_NICHTLEBEN_CODE)
assign_circle_to_profile(
"Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE
) # typo, but that's how it is in prod data
@ -97,7 +97,7 @@ def assign_de_circles_to_profiles():
assign_circle_to_profile("Pensionierung", COURSE_PROFILE_LEBEN_CODE)
assign_circle_to_profile("Erben/Vererben", COURSE_PROFILE_LEBEN_CODE)
assign_circle_to_profile("Sparen", COURSE_PROFILE_LEBEN_CODE)
assign_circle_to_profile("Selbständigkeit", COURSE_PROFILE_LEBEN_CODE)
assign_circle_to_profile("Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE)
assign_circle_to_profile(
"Selbstständigkeit", COURSE_PROFILE_LEBEN_CODE
) # typo, but that's how it is in prod data