Skip to content

Commit

Permalink
Remove unnecessary journal catchall url
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Aubert committed Jul 26, 2016
1 parent 3912cf1 commit 6d01e15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eruditorg/apps/public/journal/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,4 @@

# Compatibility URLs
url('^', include(urls_compat.urlpatterns)),

# Journal catchall
url(r'^(?P<code>[\w-]+)/$', views.JournalDetailView.as_view(), name='journal_detail'),
]

0 comments on commit 6d01e15

Please sign in to comment.