aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn2/wqflask/edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/edit.py b/gn2/wqflask/edit.py
index 64cc10c6..a3e684cf 100644
--- a/gn2/wqflask/edit.py
+++ b/gn2/wqflask/edit.py
@@ -103,5 +103,5 @@ def save():
)
)
return redirect(
- Path("/datasets", request.form.get('label'))
+ f"/datasets/{request.form.get('label')}"
)