Add document
This commit is contained in:
@@ -8,4 +8,6 @@ urlpatterns = [
|
||||
path('', v.index, name='index'),
|
||||
path('signup/', v.signup, name='signup'),
|
||||
path('thankyou/', v.thankyou, name='thankyou'),
|
||||
# url document/ recieves a parameter named 'uuid' and passes it to the view
|
||||
path('document/<uuid:uuid>/', v.document, name='document'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user