Merge pull request #22184 from cpennington/fix-typo-in-user-metadat
Fix typo in user_metadata.html (which was being obscured by mako non-…
This commit is contained in:
@@ -53,7 +53,7 @@ for timedeltakey in (
|
|||||||
'course_duration',
|
'course_duration',
|
||||||
):
|
):
|
||||||
user_metadata[timedeltakey] = (
|
user_metadata[timedeltakey] = (
|
||||||
context.get(timedeltakey).total_seconds() if context.get(timedeltake) else None
|
context.get(timedeltakey).total_seconds() if context.get(timedeltakey) else None
|
||||||
)
|
)
|
||||||
|
|
||||||
course_key = context.get('course_key')
|
course_key = context.get('course_key')
|
||||||
|
|||||||
Reference in New Issue
Block a user