Skip to content

Commit dfe9905

Browse files
authored
Revert "Fixes 404 Error on conference index url (#563)"
This reverts commit 287bb9c.
1 parent 87c3172 commit dfe9905

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

junction/urls.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
url(r'^tickets/', include('junction.tickets.urls')),
5555

5656
# Proposals related
57-
url(r'^(?P<conference_slug>[\w-]+)/$',
58-
RedirectView.as_view(pattern_name="proposals-list"),
59-
name='conference-index'),
6057
url(r'^(?P<conference_slug>[\w-]+)/proposals/', include('junction.proposals.urls')),
6158
url(r'^(?P<conference_slug>[\w-]+)/dashboard/reviewers/',
6259
junction.proposals.dashboard.reviewer_comments_dashboard,

0 commit comments

Comments
 (0)