diff --git a/src/pretix/plugins/ticketoutputpdf/urls.py b/src/pretix/plugins/ticketoutputpdf/urls.py index 1180ce0f4e..18ec9b3702 100644 --- a/src/pretix/plugins/ticketoutputpdf/urls.py +++ b/src/pretix/plugins/ticketoutputpdf/urls.py @@ -31,7 +31,7 @@ from pretix.plugins.ticketoutputpdf.views import ( ) urlpatterns = [ - re_path(r'^control/event/(?P[^/]+)/(?P[^/]+)/badges/print$', + re_path(r'^control/event/(?P[^/]+)/(?P[^/]+)/pdfoutput/print$', OrderPrintDo.as_view(), name='print'), re_path(r'^control/event/(?P[^/]+)/(?P[^/]+)/pdfoutput/$', LayoutListView.as_view(), name='index'),