Resen konflikt

This commit is contained in:
2025-02-21 00:32:27 +01:00
parent 5ed323140f
commit 3175f9e7cb
6 changed files with 134 additions and 148 deletions

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"),
path('documentview/<uuid:document_id>/', v.docprew, name='generate_document_view'),
]