All routing logic in app.py are working correctly.

This commit is contained in:
2022-03-11 15:17:42 +01:00
parent 56309b11fe
commit c058d765db
2 changed files with 15 additions and 2 deletions
+3
View File
@@ -11,4 +11,7 @@
<p class="important">
Welkom bij Groclist
</p>
<form method="post" action="/">
<input type="submit" value="Inloggen" name="login"/>
</form>
{% endblock %}