Skip to content

Urls

hypha.apply.projects.reports.urls

app_name module-attribute

app_name = 'reports'

urlpatterns module-attribute

urlpatterns = [path('', as_view(), name='submitted'), path('all/', as_view(), name='all'), path('<int:pk>/', include([path('', as_view(), name='detail'), path('skip/', as_view(), name='skip'), path('edit/', as_view(), name='edit'), path('documents/<int:file_pk>/', as_view(), name='document')]))]