Arreglos UX: top, títulos, login, tecla rápida #17

Merged
elmau merged 5 commits from develop into master 2023-03-20 14:52:21 -06:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3fd4570dbd - Show all commits

View File

@ -5,6 +5,7 @@
<div class="hero-body">
<form id="login-form" method="post">
{% csrf_token %}
<p class="title">Inicio de sesión</p>
<input class="input is-primary" placeholder="Usuario" type="text" name="username" autofocus="" autocapitalize="none" autocomplete="username" maxlength="150" required="" id="id_username">
<input class="input is-primary" placeholder="Contraseña" type="password" name="password" autocomplete="current-password" required="" id="id_password">
<button class="button is-primary" type="submit">Ingresa</button>