From 6d01e15d3a594022e1769e26c3f8a6624dba7be1 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Mon, 25 Jul 2016 15:55:22 -0400 Subject: [PATCH] Remove unnecessary journal catchall url --- eruditorg/apps/public/journal/urls.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/eruditorg/apps/public/journal/urls.py b/eruditorg/apps/public/journal/urls.py index 40a2a4f76..edffeb6db 100644 --- a/eruditorg/apps/public/journal/urls.py +++ b/eruditorg/apps/public/journal/urls.py @@ -47,7 +47,4 @@ # Compatibility URLs url('^', include(urls_compat.urlpatterns)), - - # Journal catchall - url(r'^(?P[\w-]+)/$', views.JournalDetailView.as_view(), name='journal_detail'), ]