Pass readthedocs course_author files path to studio-frontend assets page

This commit is contained in:
Farhanah Sheets
2017-12-22 14:02:39 -05:00
parent fcdead0c77
commit 425e3208bb

View File

@@ -66,6 +66,9 @@
"num": "${context_course.location.course | n, js_escaped_string}",
"display_course_number": "${context_course.display_coursenumber | n, js_escaped_string}",
"revision": "${context_course.location.revision | n, js_escaped_string}"
},
"help_tokens": {
"files": "${get_online_help_info(online_help_token())['doc_url']}"
}
}
</%static:studiofrontend>