X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/94e92455b60f276f2a1a5b55de5e6b060687f396..c4309c888873728d417c2964c40cb9d03a89d441:/src/catalogue/urls.py diff --git a/src/catalogue/urls.py b/src/catalogue/urls.py index d4fd6b6a..b7625388 100644 --- a/src/catalogue/urls.py +++ b/src/catalogue/urls.py @@ -20,4 +20,6 @@ urlpatterns = [ path('terms/editor/', views.EditorTerms.as_view()), path('wikidata//', views.WikidataView.as_view()), + + path('publish/author//', views.publish_author, name='catalogue_publish_author'), ]