mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 18:47:18 +00:00
bug fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user