dodata provera za email i orgnaziation name

This commit is contained in:
2025-05-06 18:59:29 +02:00
parent 72aca464a9
commit 87ddcd7e28
6 changed files with 85 additions and 9 deletions

View File

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