X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/634abe44a671e272552f0016155211ae91be09de..2d538a50605add2666172861744229599487f1b2:/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'),