From f8e9dec8c109a74eed190b03655ef6b3b8bcbfdc Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 26 Sep 2023 14:38:35 +0200 Subject: [PATCH] Disable ISBN generation. --- src/wolnelektury/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index ab3ebe830..afee7f1f9 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -46,7 +46,6 @@ urlpatterns += [ path('mapa/', include('references.urls')), path('newsletter/', include('newsletter.urls')), path('formularz/', include('forms_builder.forms.urls')), - path('isbn/', include('isbn.urls')), path('messaging/', include('messaging.urls')), path('re/', include('redirects.urls')), path('stats/', include('stats.urls')), -- 2.20.1