Commit b9e70680 authored by Martijn Pieters's avatar Martijn Pieters

Fix #2303: make take ownership form use POST

parent e06fea3f
...@@ -25,7 +25,7 @@ of an object. Usually when taking ownership you should also take ...@@ -25,7 +25,7 @@ of an object. Usually when taking ownership you should also take
ownership of sub-objects as well. ownership of sub-objects as well.
</p> </p>
<form action="manage_takeOwnership"> <form action="manage_takeOwnership" method="POST">
<p> <p>
<div class="form-element"> <div class="form-element">
<input class="form-element" name="submit" type="submit" <input class="form-element" name="submit" type="submit"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment