url konflikt

This commit is contained in:
2025-02-21 15:04:29 +01:00
parent ff6b525e18
commit 5c3cb1a272

View File

@@ -12,5 +12,4 @@ urlpatterns = [
path('document/<uuid:document_id>/', v.document, name='document'),
path('preview/<str:name>/', v.template_preview, name='template_preview'),
path("payment/", v.payment_page, name="payment_page"),
]