Skip to content
Snippets Groups Projects
Commit bd8a334b authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Merge branch 'hotfix/change-redirect-after-submit' into 'main'

change redirect

See merge request !53
parents 064dbece 35cd00ba
No related branches found
No related tags found
1 merge request!53change redirect
Pipeline #41558 passed
...@@ -382,4 +382,4 @@ class WorkSpecificationViewset(viewsets.ModelViewSet): ...@@ -382,4 +382,4 @@ class WorkSpecificationViewset(viewsets.ModelViewSet):
time.sleep(1) # allow for some time to pass time.sleep(1) # allow for some time to pass
return redirect("specification-detail", pk=pk) return redirect("index")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment