We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b198e commit 287bb9cCopy full SHA for 287bb9c
junction/urls.py
@@ -54,6 +54,9 @@
54
url(r'^tickets/', include('junction.tickets.urls')),
55
56
# Proposals related
57
+ url(r'^(?P<conference_slug>[\w-]+)/$',
58
+ RedirectView.as_view(pattern_name="proposals-list"),
59
+ name='conference-index'),
60
url(r'^(?P<conference_slug>[\w-]+)/proposals/', include('junction.proposals.urls')),
61
url(r'^(?P<conference_slug>[\w-]+)/dashboard/reviewers/',
62
junction.proposals.dashboard.reviewer_comments_dashboard,
0 commit comments