diff --git a/Libros/biblioteca/gestion/templates/registration/login.html b/Libros/biblioteca/gestion/templates/registration/login.html index 541c781..ea585ef 100644 --- a/Libros/biblioteca/gestion/templates/registration/login.html +++ b/Libros/biblioteca/gestion/templates/registration/login.html @@ -1,14 +1,49 @@ -{% extends 'base.html' %} +{% include "_head.html" %} -{% block title %}Iniciar Sesión{% endblock %} + +
+
+
+
+ {% include "_branding.html" %} +

Entrar en Lyrics

+
+ + +
¿No tienes cuenta? Registrate aquí.
+
-{% block content %} +
+ + {% include "_footer.html" %} + +
+
+
+
+
+
+
+
+
+ +
+
+
+ +
-

Iniciar Sesión

-
- {% csrf_token %} - {{ form.as_p }} - -
-{% endblock %} + + diff --git a/Libros/biblioteca/libros.sqlite3 b/Libros/biblioteca/libros.sqlite3 index e1a31d0..a710c9e 100644 Binary files a/Libros/biblioteca/libros.sqlite3 and b/Libros/biblioteca/libros.sqlite3 differ