#7 Dodati su export/import za template, isto tako template za document
This commit is contained in:
@@ -10,4 +10,5 @@ urlpatterns = [
|
||||
path('thankyou/', v.thankyou, name='thankyou'),
|
||||
# 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'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user