fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Preliminary source objects.
[redakcja.git]
/
src
/
depot
/
urls.py
diff --git
a/src/depot/urls.py
b/src/depot/urls.py
index
4901ca9
..
ccde129
100644
(file)
--- a/
src/depot/urls.py
+++ b/
src/depot/urls.py
@@
-3,8
+3,8
@@
from . import views
urlpatterns = [
- path('s
hop-publish/<int:shop
_id>/<int:book_id>/',
- views.S
hop
PublishView.as_view(),
- name='depot_s
hop
_publish'
+ path('s
ite-publish/<int:site
_id>/<int:book_id>/',
+ views.S
ite
PublishView.as_view(),
+ name='depot_s
ite
_publish'
)
]