fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf76dbd
)
Disable ISBN generation.
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 26 Sep 2023 12:38:35 +0000
(14:38 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 26 Sep 2023 12:38:35 +0000
(14:38 +0200)
src/wolnelektury/urls.py
patch
|
blob
|
history
diff --git
a/src/wolnelektury/urls.py
b/src/wolnelektury/urls.py
index
ab3ebe8
..
afee7f1
100644
(file)
--- 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')),