Skip to content
Snippets Groups Projects
Unverified Commit c36f0a99 authored by Marco Ciotola's avatar Marco Ciotola
Browse files

Fix csrf_token on perms_why

parent d68c50c4
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ this information, we unfortunately cannot help you vote. ...@@ -13,7 +13,7 @@ this information, we unfortunately cannot help you vote.
</p> </p>
<form method="POST" action=""> <form method="POST" action="">
<input type="hidden" value="{{csrf_token}}" /> <input type="hidden" name="csrf_token" value="{{csrf_token}}" />
<input type="submit" value="OK, I understand, let's do this login thing." /><br /><br /> <input type="submit" value="OK, I understand, let's do this login thing." /><br /><br />
<a href="http://google.com">nope, get me out of here</a>. <a href="http://google.com">nope, get me out of here</a>.
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment