#10 Dodat je dummy za payment page, mailovi za payment i link za dokument

This commit is contained in:
2025-02-14 20:50:54 +01:00
parent 65716ff842
commit a097590b62
6 changed files with 64 additions and 5 deletions

View File

@@ -11,4 +11,6 @@ urlpatterns = [
# url document/ recieves a parameter named 'uuid' and passes it to the view
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"),
]