#10 Dodat je dummy za payment page, mailovi za payment i link za dokument
This commit is contained in:
@@ -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"),
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user