bughunting for /login
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h2>not found</h2>
|
||||
{% endblock %}
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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="{{
|
||||
|
||||
Reference in New Issue
Block a user