aboutsummaryrefslogtreecommitdiff
path: root/ustayml/templates/auth/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'ustayml/templates/auth/register.html')
-rw-r--r--ustayml/templates/auth/register.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/ustayml/templates/auth/register.html b/ustayml/templates/auth/register.html
index a3c73cc..ef1264d 100644
--- a/ustayml/templates/auth/register.html
+++ b/ustayml/templates/auth/register.html
@@ -1,15 +1,15 @@
{% extends 'base.html' %}
{% block header %}
- <h1>{% block title %}Register{% endblock %}</h1>
+ <h1>{% block title %}Registrarse{% endblock %}</h1>
{% endblock %}
{% block content %}
- <form method="post">
- <label for="username">Username</label>
+ <form class="simple-form" method="post">
+ <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="Register">
+ <input type="submit" value="Registerse">
</form>
{% endblock %} \ No newline at end of file