changed feedback

This commit is contained in:
DaanoGames
2025-04-15 12:11:18 +02:00
parent f06f6e077b
commit 6a8412e9b2
3 changed files with 9 additions and 5 deletions

View File

@@ -5,12 +5,11 @@ Login
{% endblock %}
{% block content %}
{% if feedback %}
<p>{{feedback}}</p>
{% endif %}
<form class="bg-body-tertiary" method="POST">
{{ form.hidden_tag() }}
{% if feedback %}
<p>{{feedback}}</p>
{% endif %}
<div>
{{ form.username.label }} <br> {{ form.username() }}
</div>