flows: Stage ui_user_settings -> staticmethod with context as argument

This commit is contained in:
Jens Langhammer
2020-06-28 10:31:26 +02:00
parent 8c36ab89e8
commit 9d03c4c7d2
5 changed files with 26 additions and 20 deletions

View File

@ -36,11 +36,6 @@ urlpatterns = [
ToDefaultFlow.as_view(designation=FlowDesignation.UNRENOLLMENT),
name="default-unenrollment",
),
path(
"-/default/password_change/",
ToDefaultFlow.as_view(designation=FlowDesignation.PASSWORD_CHANGE),
name="default-password-change",
),
path("b/<slug:flow_slug>/", FlowExecutorView.as_view(), name="flow-executor"),
path(
"<slug:flow_slug>/", FlowExecutorShellView.as_view(), name="flow-executor-shell"