web: port flow list

This commit is contained in:
Jens Langhammer
2021-02-16 22:52:54 +01:00
parent 68eefd083e
commit 69e6221906
8 changed files with 108 additions and 162 deletions

View File

@ -204,7 +204,6 @@ urlpatterns = [
name="stage-invitation-delete",
),
# Flows
path("flows/", flows.FlowListView.as_view(), name="flows"),
path(
"flows/create/",
flows.FlowCreateView.as_view(),