Skip to content
Snippets Groups Projects

change redirect

Merged Fanna Lautenbach requested to merge hotfix/change-redirect-after-submit into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -382,4 +382,4 @@ class WorkSpecificationViewset(viewsets.ModelViewSet):
time.sleep(1) # allow for some time to pass
return redirect("specification-detail", pk=pk)
return redirect("index")
Loading