Commit 591fc2b5 by Don Mitchell

Fixes Carlos's bug

parent f883a369
......@@ -223,7 +223,7 @@ if settings.COURSEWARE_ENABLED:
url(r'^courses/(?P<course_id>[^/]+/[^/]+/[^/]+)/mktg-about$',
'courseware.views.mktg_course_about', name="mktg_about_course"),
#View for mktg site
url(r'^mktg/(?P<course_id>.*)$',
url(r'^mktg/(?P<course_id>[^/]+/[^/]+/[^/]+)/?$',
'courseware.views.mktg_course_about', name="mktg_about_course"),
#Inside the course
......
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