Commit 1b63a7c8 by David Ormsbee

Missing comma.

parent a63ae212
......@@ -12,7 +12,7 @@ urlpatterns = patterns(
url(r'^admin/', include(admin.site.urls)),
# Provided by XBlock
url(r'^workbench/', include(workbench.urls))
url(r'^workbench/', include(workbench.urls)),
# edx-tim apps
url(r'^submissions/', include(submissions.urls)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment