X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/360d9d37f72b1c6e2edb83c3a0218e55578134f3..0251adf97488c11e936a714976261febfb8c5268:/src/catalogue/urls.py diff --git a/src/catalogue/urls.py b/src/catalogue/urls.py index 2b4301bf..d4fd6b6a 100644 --- a/src/catalogue/urls.py +++ b/src/catalogue/urls.py @@ -18,4 +18,6 @@ urlpatterns = [ path('terms/author/', views.AuthorTerms.as_view()), path('terms/editor/', views.EditorTerms.as_view()), + + path('wikidata//', views.WikidataView.as_view()), ]