diff options
Diffstat (limited to 'ustayml/templates/auth/login.html')
| -rw-r--r-- | ustayml/templates/auth/login.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ustayml/templates/auth/login.html b/ustayml/templates/auth/login.html index 45acd7f..9560ba5 100644 --- a/ustayml/templates/auth/login.html +++ b/ustayml/templates/auth/login.html @@ -1,15 +1,15 @@ {% extends 'base.html' %} {% block header %} - <h1>{% block title %}Log In{% endblock %}</h1> + <h1>{% block title %}Ingresar{% endblock %}</h1> {% endblock %} {% block content %} <form class="simple-form" method="post"> - <label for="username">Username</label> + <label for="username">Usuario</label> <input name="username" id="username" required> - <label for="password">Password</label> + <label for="password">ContraseƱa</label> <input type="password" name="password" id="password" required> - <input type="submit" value="Log In"> + <input type="submit" value="Ingresar"> </form> {% endblock %}
\ No newline at end of file |
