Reverting the redirect of the top level page for now -- Vid reports problems under mod_python
- Legacy-Id: 734
This commit is contained in:
parent
d47734b693
commit
04280751bc
|
@ -31,7 +31,7 @@ urlpatterns = patterns('',
|
|||
(r'^meeting/', include('ietf.meeting.urls')),
|
||||
(r'^accounts/', include('ietf.ietfauth.urls')),
|
||||
|
||||
(r'^$', 'ietf.redirects.views.redirect'),
|
||||
(r'^$', ietf.views.apps),
|
||||
|
||||
# Uncomment this for admin:
|
||||
(r'^admin/', include('django.contrib.admin.urls')),
|
||||
|
|
Loading…
Reference in a new issue