Hide show_timezone from Advanced Settings and migrate courses with show_timezone=False to using due_date_display_format.

This commit is contained in:
cahrens
2013-09-11 10:43:50 -04:00
parent 08d9942993
commit 95ad1826d4
9 changed files with 72 additions and 72 deletions

View File

@@ -20,7 +20,8 @@ class CourseMetadata(object):
'enrollment_end',
'tabs',
'graceperiod',
'checklists']
'checklists',
'show_timezone']
@classmethod
def fetch(cls, course_location):