X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a9b4700e3cd649a6dddc3b72dc0bd632f7841c74..dd79289baf8168c654faaaa5c8e5840e3a63f94e:/src/catalogue/urls.py diff --git a/src/catalogue/urls.py b/src/catalogue/urls.py index d3e31dcf..2bcba237 100644 --- a/src/catalogue/urls.py +++ b/src/catalogue/urls.py @@ -17,6 +17,7 @@ urlpatterns = [ path('terms/wluri/', views.WLURITerms.as_view()), path('terms/book_title/', views.BookTitleTerms.as_view()), path('terms/author/', views.AuthorTerms.as_view()), + path('terms/thema/', views.ThemaTerms.as_view()), path('terms/editor/', views.EditorTerms.as_view()),