Removed sample record, and button
This commit is contained in:
@@ -15,7 +15,6 @@ urlpatterns = [
|
||||
path('pdf/<uuid:document_id>/', v.pdf_view, name='pdf_view'),
|
||||
path('api/validate_form_fields/', v.validate_form_fields, name='validate_form_fields'),
|
||||
path('no_confidential_data/', v.no_confidential_data, name='no_confidential_data'),
|
||||
path('downloads/risklet_example_document.pdf', v.download_example_pdf, name='download_example_pdf'),
|
||||
path('validate_code/', v.validate_code, name='validate_code'),
|
||||
|
||||
#admin urls
|
||||
|
||||
Reference in New Issue
Block a user