stages/identification: load uid_fields from stage in form, add more unit tests
This commit is contained in:
@ -4,6 +4,6 @@ from django.urls import path
|
||||
from passbook.flows.views import FlowExecutorView, FlowPermissionDeniedView
|
||||
|
||||
urlpatterns = [
|
||||
path("<slug:flow_slug>/", FlowExecutorView.as_view(), name="flow-executor"),
|
||||
path("denied/", FlowPermissionDeniedView.as_view(), name="denied"),
|
||||
path("<slug:flow_slug>/", FlowExecutorView.as_view(), name="flow-executor"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user