diff --git a/lms/urls.py b/lms/urls.py index c4eae71744..cb287fb999 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -74,10 +74,6 @@ urlpatterns = ('', {'template': 'honor.html'}, name="honor"), - - #Temporarily static, for testing - #url(r'^university_profile$', 'static_template_view.views.render', - # {'template': 'university_profile.html'}, name="university_profile"), url(r'^university_profile/(?P[^/]+)$', 'courseware.views.university_profile', name="university_profile"), #TODO: Convert these pages to the new edX layout