fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update forms app.
[wolnelektury.git]
/
src
/
references
/
urls.py
diff --git
a/src/references/urls.py
b/src/references/urls.py
index
1c0e46c
..
e83b463
100644
(file)
--- a/
src/references/urls.py
+++ b/
src/references/urls.py
@@
-3,7
+3,7
@@
from . import views
urlpatterns = [
- path('mapa/', views.pin_map),
- re_path(r'^mapa/(?P<tags>[a-zA-Z0-9-/]*)/$', views.pin_map_tagged),
+ path('', views.pin_map),
path('popup/<int:pk>', views.popup),
+ re_path(r'^(?P<tags>[a-zA-Z0-9-/]*)/$', views.pin_map_tagged),
]