We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec74bd commit 6364cc6Copy full SHA for 6364cc6
1 file changed
openedx/core/djangoapps/course_date_signals/utils.py
@@ -11,10 +11,10 @@
11
from openedx.core.djangoapps.catalog.models import CatalogIntegration
12
13
MIN_DURATION = timedelta(
14
- weeks=getattr(settings, 'COURSE_DURATION_MIN_WEEKS', 4)
+ weeks=getattr(settings, 'COURSE_ACCESS_DURATION_MIN_WEEKS', 4)
15
)
16
MAX_DURATION = timedelta(
17
- weeks=getattr(settings, 'COURSE_DURATION_MAX_WEEKS', 18)
+ weeks=getattr(settings, 'COURSE_ACCESS_DURATION_MAX_WEEKS', 18)
18
19
20
0 commit comments