From 73f65e65a26ef1b55e677923bb215c78499b424f Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Mon, 9 Jun 2025 14:06:52 +0200 Subject: [PATCH] Change menu template. python scripts --- CHANGELOG.md | 6 ++++++ templates/browser/main.html.twig | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 %}