Skip to content
Snippets Groups Projects
Unverified Commit 70297561 authored by Ned Batchelder's avatar Ned Batchelder Committed by GitHub
Browse files

Merge pull request #25751 from open-craft/farhaan/bb-3269-file-upload-to-work-correctly

[BTR-38] [BB-3269] Add openassessment url to CMS
parents 9172935c 31f04324
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,10 @@ JS_INFO_DICT = {
'packages': ('openassessment',),
}
urlpatterns += [
url(r'^openassessment/fileupload/', include('openassessment.fileupload.urls')),
]
if settings.FEATURES.get('ENABLE_CONTENT_LIBRARIES'):
urlpatterns += [
url(r'^library/{}?$'.format(LIBRARY_KEY_PATTERN),
......
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