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