diff --git a/CHANGELOG.md b/CHANGELOG.md index 8679d3d..3646705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog +## [0.14.2] - 2025-06-09 +### Improved +- Cambio en el template base del menu. Ahora apunta a los script de python de manera correcta. + +--- ## [0.14.1] - 2025-06-09 ### Fixed - Se han corregido los mensajes de error que se envian cuando las APIs de los modulos no estan disponibles. - Se ha corregido un bug en la herencia de datos entre aulas y grupos, que hacia que no se almacenaran los datos de manera correcta. +--- ## [0.14.0] - 2025-06-02 ### Added - Se ha aƱadido la funcionalidad de mover equipos entre aulas y grupos. diff --git a/templates/browser/main.html.twig b/templates/browser/main.html.twig index a23f4b1..9b7dab1 100644 --- a/templates/browser/main.html.twig +++ b/templates/browser/main.html.twig @@ -187,7 +187,7 @@ Tipo: {{ partition.filesystem }} SO: {{ partition.operativeSystem ? partition.operativeSystem.name : '-' }} {% if partition.operativeSystem %} - Arrancar {{ partition.operativeSystem.name }} + Arrancar {{ partition.operativeSystem.name }} {% endif %} {% endfor %}