2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 18:47:18 +00:00
This commit is contained in:
2025-01-28 20:54:12 +00:00
parent e39760590f
commit cf89b1b67f

View File

@@ -509,8 +509,8 @@ def editexpopage(request, path):
write_and_commit([(filepath, result, "utf-8")], f"{change_message} - online edit of {path}", editor)
except WriteAndCommitError as e:
return render(request, "errors/generic.html", {"message": e.message})
print(f"Returning response now, which should set cookie on client browser")
return edit_response
print(f"Returning response now, which should set cookie on client browser")
return edit_response
else:
if filefound:
m = re.search(r"<title>(.*)</title>", head, re.DOTALL + re.IGNORECASE)