Skip to content

Commit

Permalink
Fix the url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kracekumar Ramaraju authored and Kracekumar Ramaraju committed May 17, 2015
1 parent 019c61f commit 3533cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junction/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
url('^markdown/', include('django_markdown.urls')),

# Proposals related
url(r'^(?P<conference_slug>[\w-]+)/proposal/', include('junction.proposals.urls')),
url(r'^(?P<conference_slug>[\w-]+)/proposals/', include('junction.proposals.urls')),

# Static Pages. TODO: to be refactored
url(r'^speakers/$', TemplateView.as_view(template_name='static-content/speakers.html',), name='speakers-static'),
Expand Down

0 comments on commit 3533cef

Please sign in to comment.