Skip to content

Commit

Permalink
fix: Unexpected "Copied_from_block" field in Advanced Settings opened…
Browse files Browse the repository at this point in the history
  • Loading branch information
qasim.gulzar committed Apr 8, 2024
1 parent 7a96729 commit 67a099b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cms/djangoapps/models/settings/course_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"""


from datetime import datetime
import logging
from datetime import datetime

import pytz
from django.conf import settings
Expand Down Expand Up @@ -78,6 +78,7 @@ class CourseMetadata:
'highlights_enabled_for_messaging',
'is_onboarding_exam',
'discussions_settings',
'copied_from_block',
]

@classmethod
Expand Down

0 comments on commit 67a099b

Please sign in to comment.