bughunting for /login

This commit is contained in:
2022-03-16 13:46:10 +01:00
parent ba40af743d
commit 8ac4d3efc0
5 changed files with 44 additions and 23 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
<p class="important">
Welkom bij Groclist
</p>
<form method="post" action="/">
<input type="submit" value="Inloggen" name="login"/>
<form method="get" action="/login">
<input type="submit" value="Inloggen">
</form>
{% endblock %}