fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove the banner
[wolnelektury.git]
/
src
/
references
/
urls.py
diff --git
a/src/references/urls.py
b/src/references/urls.py
index
bc6c104
..
e83b463
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('
', views.pin_
map),
path('popup/<int:pk>', views.popup),
path('popup/<int:pk>', views.popup),
+ re_path(r'^(?P<tags>[a-zA-Z0-9-/]*)/$', views.pin_map_tagged),
]
]