diff --git a/Libros/biblioteca/gestion/templates/_navegacion.html b/Libros/biblioteca/gestion/templates/_navegacion.html deleted file mode 100644 index 84364c1..0000000 --- a/Libros/biblioteca/gestion/templates/_navegacion.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - Libros - - - - {% if user.is_authenticated %} - - - {% else %} - - - {% endif %} - - - - - - - Inicio - - - - {% if user.is_authenticated %} - Añadir libro - Añadir autor - - - - {{ current_user.username }} - - - - Perfil - - Salir - - - - {% else %} - Entrar - Registrarse - {% endif %} - - - - - - - - diff --git a/LibrosPy/servicios/libros/templates/_navegacion.html b/LibrosPy/servicios/libros/templates/_navegacion.html deleted file mode 100644 index bf4bae8..0000000 --- a/LibrosPy/servicios/libros/templates/_navegacion.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - Libros - - - - {% if current_user.is_authenticated %} - - - {% else %} - - - {% endif %} - - - - - - - Inicio - - - - {% if current_user.is_authenticated %} - Añadir libro - Añadir autor - - - - {{ current_user.username }} - - - - Perfil - - Salir - - - - {% else %} - Entrar - Registrarse - {% endif %} - - - - - - - -