Skip to content
Snippets Groups Projects
Commit 7de48b43 authored by Calen Pennington's avatar Calen Pennington
Browse files

Fix typo in user_metadata.html (which was being obscured by mako non-strictness)

parent 9ce3d555
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ for timedeltakey in (
'course_duration',
):
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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment