Improve landing page slightly

This commit is contained in:
Timotej Lazar 2023-05-19 09:00:01 +02:00
parent aeae0f8a29
commit 9272b3f8e3
2 changed files with 23 additions and 11 deletions

View file

@ -4,9 +4,9 @@
<!-- {{ get_flashed_messages() }}-->
<form method="POST">
<p>
<label for="username">Uporabnik</label> {{ form.username() }}
<label for="username">Uporabnik</label><br>{{ form.username() }}
<p>
<label for="password">Geslo</label> {{ form.password() }}
<label for="password">Geslo</label><br>{{ form.password() }}
<p style="color: red;">{{ form.errors['username'] | join(' ') }}
<p>