Shorten course about link

This commit is contained in:
David Ormsbee
2012-07-16 14:31:13 -04:00
parent d20eb07722
commit e8516c5a3e

View File

@@ -90,7 +90,7 @@ if settings.COURSEWARE_ENABLED:
# TODO (vshnayder): there is no student.views.course_info.
# 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"),
)