From c5d23b27eea33664b8a2cbc887934170556ac41e Mon Sep 17 00:00:00 2001 From: bridger Date: Wed, 18 Jul 2012 17:32:30 -0300 Subject: [PATCH] Removed out of date comment. --- lms/urls.py | 4 ---- 1 file changed, 4 deletions(-) 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