Skip to content

Commit

Permalink
fix: Unexpected "Copied_from_block" field in Advanced Settings (opene…
Browse files Browse the repository at this point in the history
  • Loading branch information
qasimgulzar committed Jun 17, 2024
1 parent cb6e69f commit dfb09bb
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 @@ -81,6 +81,7 @@ class CourseMetadata:
'highlights_enabled_for_messaging',
'is_onboarding_exam',
'discussions_settings',
'copied_from_block',
]

@classmethod
Expand Down

0 comments on commit dfb09bb

Please sign in to comment.