Document yaml template #60

Merged
amirsabani303 merged 5 commits from document-yaml-template into master 2025-02-21 15:09:10 +01:00
Showing only changes of commit 5c3cb1a272 - Show all commits

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"),
]