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
+4
View File
@@ -0,0 +1,4 @@
{% extends "base.html" %}
{% block content %}
<h2>not found</h2>
{% endblock %}
+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 %}
+1 -1
View File
@@ -6,7 +6,7 @@
</head>
<body>
<div class="container">
<h1>Please login</h1>
<h2>Please login</h2>
<br>
<form action="" method="post">
<input type="text" placeholder="Username" name="username" value="{{