map
[wolnelektury.git] / src / references / urls.py
index 5bd2a62..bc6c104 100644 (file)
@@ -4,4 +4,5 @@ from . import views
 
 urlpatterns = [
     path('mapa/', views.map),
+    path('popup/<int:pk>', views.popup),
 ]