Disable ISBN generation.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 26 Sep 2023 12:38:35 +0000 (14:38 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 26 Sep 2023 12:38:35 +0000 (14:38 +0200)
src/wolnelektury/urls.py

index ab3ebe8..afee7f1 100644 (file)
@@ -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')),