X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/634abe44a671e272552f0016155211ae91be09de..5dbd487fb7e64aa968da9c3fcbe8a0215d2b3298:/src/catalogue/urls.py diff --git a/src/catalogue/urls.py b/src/catalogue/urls.py index d512eea0..e0b1a507 100644 --- a/src/catalogue/urls.py +++ b/src/catalogue/urls.py @@ -23,6 +23,9 @@ urlpatterns = [ path('terms/editor/', views.EditorTerms.as_view()), + path('chooser/thema/', views.ThemaChooser.as_view()), + path('chooser/thema-main/', views.MainThemaChooser.as_view()), + path('wikidata//', views.WikidataView.as_view()), path('publish/author//', views.publish_author, name='catalogue_publish_author'),