From 7b28503839934dfe38565e6d7f3621a3f12a2c70 Mon Sep 17 00:00:00 2001 From: StephDriver <5330770+StephDriver@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:39:46 +0000 Subject: [PATCH] #3775 removed duplicate --- src/journal/urls.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/journal/urls.py b/src/journal/urls.py index 3305193575..68fe5ed411 100755 --- a/src/journal/urls.py +++ b/src/journal/urls.py @@ -74,9 +74,6 @@ re_path(r'^issue/(?P\d+)/download/(?P\d+)$', views.download_issue_galley, name='journal_issue_download_galley'), - re_path(r'^article/(?P\d+)/galley/(?P\d+)/download/', - views.download_galley, - name='article_download_galley'), re_path(r'^collections/$', views.collections, name='journal_collections_type'), re_path(r'^collections/(?P\d+)/$', views.collection, name='journal_collection'),