fix: formatting snafu?

This commit is contained in:
Livio Bieri 2024-01-30 19:04:23 +01:00
parent e84ed21c28
commit abb371d4a0
1 changed files with 16 additions and 15 deletions

View File

@ -87,9 +87,10 @@ def create_vv_new_learning_path(
# all pages belong to 'admin' by default # all pages belong to 'admin' by default
Page.objects.update(owner=user) Page.objects.update(owner=user)
def create_vv_pruefung_learning_path(
def create_vv_pruefung_learning_path(
course_id=COURSE_VERSICHERUNGSVERMITTLERIN_ID, user=None course_id=COURSE_VERSICHERUNGSVERMITTLERIN_ID, user=None
): ):
if user is None: if user is None:
user = User.objects.get(username="info@iterativ.ch") user = User.objects.get(username="info@iterativ.ch")