Commit e8516c5a by David Ormsbee

Shorten course about link

parent d20eb077
...@@ -90,7 +90,7 @@ if settings.COURSEWARE_ENABLED: ...@@ -90,7 +90,7 @@ if settings.COURSEWARE_ENABLED:
# TODO (vshnayder): there is no student.views.course_info. # TODO (vshnayder): there is no student.views.course_info.
# Where should this point instead? same as the info view? # Where should this point instead? same as the info view?
url(r'^courses/(?P<course_id>[^/]+/[^/]+/[^/]+)/about$', url(r'^courses/(?P<course_id>[^/]+/[^/]+/[^/]+)$',
'student.views.course_info', name="about_course"), 'student.views.course_info', name="about_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