Skip to content

Commit 0428075

Browse files
committed
Reverting the redirect of the top level page for now -- Vid reports problems under mod_python
- Legacy-Id: 734
1 parent d47734b commit 0428075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
(r'^meeting/', include('ietf.meeting.urls')),
3232
(r'^accounts/', include('ietf.ietfauth.urls')),
3333

34-
(r'^$', 'ietf.redirects.views.redirect'),
34+
(r'^$', ietf.views.apps),
3535

3636
# Uncomment this for admin:
3737
(r'^admin/', include('django.contrib.admin.urls')),

0 commit comments

Comments
 (0)