Remove duplicate URL route

This commit is contained in:
David Baumgold
2013-05-20 15:08:17 -04:00
parent 7d7eee7d0d
commit 1d7e15fc2e

View File

@@ -94,9 +94,6 @@ urlpatterns = ('', # nopep8
url(r'^not_found$', 'contentstore.views.not_found', name='not_found'),
url(r'^server_error$', 'contentstore.views.server_error', name='server_error'),
url(r'^(?P<org>[^/]+)/(?P<course>[^/]+)/assets/(?P<name>[^/]+)$',
'contentstore.views.asset_index', name='asset_index'),
# temporary landing page for edge
url(r'^edge$', 'contentstore.views.edge', name='edge'),
# noop to squelch ajax errors